mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 21:43:36 -04:00
a991328721
Some composite devices do not have bDeviceClass set to LIBUSB_CLASS_PER_INTERFACE and were ignored when enumerating HID devices. Ignore checking the bDeviceClass as we will be checking interface bInterfaceClass later anyway. Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>