mirror of
https://github.com/gdsports/USBHost_t36
synced 2024-11-12 04:05:07 -05:00
6bec8b60ee
There is an issue with the extra items added to the report after the main known items. Problem was HID report descriptor does something like: Usage Page; Desktop (01) Usage: 01 (Pointer) Count xxx Problem is the Usage values below 0x20 appear to have some other standard meaning. Which you can see in http://www.usb.org/developers/hidpage/Hut1_12v2.pdf So current fix is to ignore Usage values passed in < 0x20... Appears to fix PS3 Right joystick |
||
---|---|---|
examples | ||
ehci.cpp | ||
enumeration.cpp | ||
hid.cpp | ||
hub.cpp | ||
joystick.cpp | ||
keyboard.cpp | ||
keywords.txt | ||
library.properties | ||
memory.cpp | ||
midi.cpp | ||
mouse.cpp | ||
print.cpp | ||
USBHost_t36.h |