Changeset 60e5a856 in mainline for uspace/drv/usbhid/kbd/kbddev.h


Ignore:
Timestamp:
2011-06-12T16:22:18Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
46b60e6
Parents:
5f88293
Message:

Bring back support for setting LEDs on USB keyboard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/kbd/kbddev.h

    r5f88293 r60e5a856  
    6565 */
    6666typedef struct usb_kbd_t {
     67        /** Link to HID device structure */
     68        struct usb_hid_dev *hid_dev;
     69
    6770        /** Previously pressed keys (not translated to key codes). */
    6871        int32_t *keys_old;
Note: See TracChangeset for help on using the changeset viewer.