Ignore:
Timestamp:
2011-03-04T13:35:14Z (13 years ago)
Author:
Matej Klonfar <maklf@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fad14d7
Parents:
c7a2e7e
Message:

report descriptor bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/classes/hid_report_items.h

    rc7a2e7e rb7d9606  
    4242#define USB_HID_REPORT_TAG_INPUT                        0x8
    4343#define USB_HID_REPORT_TAG_OUTPUT                       0x9
    44 #define USB_HID_REPORT_TAG_FEATURE                      0xA
    45 #define USB_HID_REPORT_TAG_COLLECTION           0xB
     44#define USB_HID_REPORT_TAG_FEATURE                      0xB
     45#define USB_HID_REPORT_TAG_COLLECTION           0xA
    4646#define USB_HID_REPORT_TAG_END_COLLECTION       0xC
    4747
Note: See TracChangeset for help on using the changeset viewer.