Changes between Initial Version and Version 1 of Ticket #7354, comment 5
- Timestamp:
- Mar 13, 2011, 1:28:59 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7354, comment 5
initial v1 1 1 mmlr, Good work on usb_hid by the way. i've looked at the HIDCollection.cpp and HIDParser.cpp. In HIDParser.cpp when an ITEM_TYPE_LOCAL is detected and then the item->tag is an ITEM_TAG_LOCAL_USAGE should the code be as follows, 2 :) 2 :)[[BR]] 3 3 value->u.s.usage_page = globalState.usage_page;[[BR]] 4 4 value->u.s.usage_id = data;