mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-21 08:56:07 -04:00
76d4ffd853
Right now, in hid_open it is checked if the connected devices have "HIDClass" driver name. This is true for composite devices, but some simple HID devices only have "Mouse" or "Keyboard" driver name. One of devices that cannot be opened is Dell MS116t, but any mouse which is not part of composite device can be affected. With this change, one can enumerate and open these devices. Signed-off-by: Kubicz, Filip <filip.kubicz@nordicsemi.no>