Changeset 60e5a856 in mainline for uspace/srv/hid/input/generic


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/generic/input.c

    r5f88293 r60e5a856  
    138138
    139139                        /* Update keyboard lock indicator lights. */
    140                         (*kdev->ctl_ops->set_ind)(mods);
     140                        (*kdev->ctl_ops->set_ind)(kdev, mods);
    141141                } else {
    142142                        lock_keys = lock_keys & ~mod_mask;
Note: See TracChangeset for help on using the changeset viewer.