Changes between Initial Version and Version 1 of Ticket #18333, comment 14
- Timestamp:
- Apr 10, 2023, 10:58:47 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18333, comment 14
initial v1 1 1 > In the world of USB I can probably find examples as crazy and complicated as you want. For example there are some devices that all share the same vendor and device ID: 2 2 3 Itit will be detected in this case? Actually try to interact with hardware and see that it behaves like expected device?3 How it will be detected in this case? Actually try to interact with hardware and see that it behaves like expected device? 4 4 5 5 > But in the end the driver should always have an opportunity to run its own code to do a final check on wether it can handle a device or not, because there will always be some special case we can't anticipate.