Bug in USB HID code
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-05-28 3:46 AM
Posted on May 28, 2017 at 12:46
I'd like to report a bug.
In the file usbh_hid_keybd.h, line 118:
&sharpdefine KEY_CAPS LOCK 0x39
should be replaced with:
&sharpdefine KEY_CAPS_LOCK 0x39
#usb #hid #keyboard #bug
Labels:
- Labels:
-
Bug-report
-
USB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-09-29 1:53 AM
Posted on September 29, 2017 at 10:53
I would also like to add for line 114 in the same file, it should read;
#define KEY_GRAVE_ACCENT_AND_TILDE 0x35
and on line 132;
#define KEY_SCROLL_LOCK 0x47
