Changeset 60e5a856 in mainline for uspace/srv/hid/input/ctl/gxe_fb.c


Ignore:
Timestamp:
2011-06-12T16:22:18Z (15 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/srv/hid/input/ctl/gxe_fb.c

    r5f88293 r60e5a856  
    4646static void gxe_fb_ctl_parse_scancode(int);
    4747static int gxe_fb_ctl_init(kbd_dev_t *);
    48 static void gxe_fb_ctl_set_ind(unsigned);
     48static void gxe_fb_ctl_set_ind(kbd_dev_t *, unsigned);
    4949
    5050kbd_ctl_ops_t gxe_fb_ctl = {
     
    239239}
    240240
    241 static void gxe_fb_ctl_set_ind(unsigned mods)
     241static void gxe_fb_ctl_set_ind(kbd_dev_t *kdev, unsigned mods)
    242242{
    243243        (void) mods;
Note: See TracChangeset for help on using the changeset viewer.