Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: enumerate simple devices #418

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 8, 2019

  1. Windows: enumerate simple devices

    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.
    
    With this change, one can enumerate and open these devices.
    
    Signed-off-by: Kubicz, Filip <[email protected]>
    Qbicz committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7ea0d62 View commit details
    Browse the repository at this point in the history