Ignore:
Timestamp:
2011-03-31T10:31:10Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7787dd81, ad7bb42
Parents:
fc883bb
Message:

HID parser output report API used to create output reports.

+ Added constants for LED Page of HID Usage Tables

File:
1 edited

Legend:

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

    rfc883bb r85fa1e1  
    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.