Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etfovac authored Oct 16, 2021
1 parent b2dbbec commit 872c3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Based on Szymon Roslowski's 3 fantastic articles on www.codeproject.com:
📎 [C# USB HID Interface](https://www.codeproject.com/Tips/530836/Csharp-USB-HID-Interface)

My contribution/patch for UsbHid class is contained in the Addendum folder: there is a distinction between SingleDevice and SingleHID because for a composite HID, VID and PID are not enough to differentiate and select a HID, and Interface number MI is also checked.
Also DeviceDiscovery class uses [UsbNotification](https://stackoverflow.com/questions/16245706/check-for-device-change-add-remove-events) for detecting dis/connecting of the USB device.
Also DeviceDiscovery class uses [UsbNotification](https://stackoverflow.com/questions/16245706/check-for-device-change-add-remove-events) for detecting dis/connection of the USB device.

### Table of Contents (Wiki)
[Wiki Home](https://github.com/etfovac/hid/wiki)
Expand Down

0 comments on commit 872c3a2

Please sign in to comment.