Files
hidapi/libusb
Julian Waller 5c9f147a07 Add hid_get_device_info (#432)
- new API function: `struct hid_device_info * hid_get_device_info(hid_device *dev);` to get `hid_device_info` after the device already opened;
- reused existing implementation on Windows and macOS from enumeration routines to have the implementation;
- refactored libusb implementation to have a shared routine for `hid_enumerate` and `hid_get_device_info`;
- refactored hidraw implementation to have a shared routine for `hid_enumerate` and `hid_get_device_info`;

Resolves: #431
Closes: #164
Closes: #163
2022-08-13 19:01:57 +03:00
..
2022-08-13 19:01:57 +03:00
2022-04-23 15:50:41 +03:00
2022-05-05 14:53:17 +03:00
2022-05-05 14:53:17 +03:00
2022-05-05 14:53:17 +03:00