libdc/examples
Jef Driesen 3d394c9262 Don't use the USB VID/PID for opening the device
When two or more identical (or very similar) dive computers are
connected, the USB VID/PID can be ambiguous. That's because the VID/PID
identifies the type of the USB device, and not the individual device.
But each USB HID device descriptor returned by the device discovery
represents a single connected device, and thus guarantees to open the
correct USB device.

To obtain the same behaviour as before, an application can simply open
the first discovered device.
2018-04-03 22:02:15 +02:00
..
2016-01-04 19:50:51 +01:00
2016-01-04 19:50:51 +01:00
2016-01-04 19:50:51 +01:00
2018-04-03 21:44:08 +02:00
2018-04-03 21:44:08 +02:00
2018-04-03 21:44:08 +02:00
2016-02-26 07:55:40 +01:00
2014-03-19 09:16:07 +01:00