Replies: 1 comment 3 replies
-
up |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find an accurate answer during my search on Google and here on GitHub.
How can I determine which subsystems a driver has implemented without delving into the driver's source code and manually examining its API structure?
Some drivers handle multiple subsystems. For instance, a device might function as both an EEPROM and a sensor.
Is there any method to achieve this without having to inspect the driver's source code directly?
Beta Was this translation helpful? Give feedback.
All reactions