Commit Graph

7 Commits

Author SHA1 Message Date
Kurt Eckhardt 6bec8b60ee PS3 - Right Joystick does not work
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
2017-09-13 18:40:40 -07:00
PaulStoffregen 356700d9d5 Add special PS3 start command to HID parser 2017-09-11 12:09:14 -07:00
PaulStoffregen fbd0c51992 Opps, don't try to use null pipe in hid parser 2017-09-11 11:02:02 -07:00
PaulStoffregen f58ed079a6 Mouse using HID parser 2017-09-10 03:48:10 -07:00
PaulStoffregen c2adf01769 Add some comments 2017-09-09 18:01:56 -07:00
PaulStoffregen c94c873bb2 Handle report IDs in HID parser 2017-09-09 12:14:22 -07:00
PaulStoffregen d9ad2cc78f Generic HID parser, initial commit 2017-09-09 11:17:50 -07:00