Ignore:
Timestamp:
2011-04-01T11:51:42Z (14 years ago)
Author:
Matej Klonfar <maklf@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
70a71e5
Parents:
2f4b3a4 (diff), 85fa1e1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge keyboard output changes

File:
1 edited

Legend:

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

    r2f4b3a4 rad7bb42  
    182182} usb_hid_modifiers_t;
    183183
    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;
     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;
    192192
    193193static const usb_hid_modifiers_t
Note: See TracChangeset for help on using the changeset viewer.