Changeset 85fa1e1 in mainline for uspace/lib/usb/include/usb/classes/hidparser.h
- Timestamp:
- 2011-03-31T10:31:10Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7787dd81, ad7bb42
- Parents:
- fc883bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hidparser.h
rfc883bb r85fa1e1 182 182 } usb_hid_modifiers_t; 183 183 184 typedef enum {185 USB_HID_LED_NUM_LOCK = 0x1,186 USB_HID_LED_CAPS_LOCK = 0x2,187 USB_HID_LED_SCROLL_LOCK = 0x4,188 USB_HID_LED_COMPOSE = 0x8,189 USB_HID_LED_KANA = 0x10,190 USB_HID_LED_COUNT = 5191 } usb_hid_led_t;184 //typedef enum { 185 // USB_HID_LED_NUM_LOCK = 0x1, 186 // USB_HID_LED_CAPS_LOCK = 0x2, 187 // USB_HID_LED_SCROLL_LOCK = 0x4, 188 // USB_HID_LED_COMPOSE = 0x8, 189 // USB_HID_LED_KANA = 0x10, 190 // USB_HID_LED_COUNT = 5 191 //} usb_hid_led_t; 192 192 193 193 static const usb_hid_modifiers_t
Note:
See TracChangeset
for help on using the changeset viewer.