Changeset 60e5a856 in mainline for uspace/srv/hid/input/generic
- Timestamp:
- 2011-06-12T16:22:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b60e6
- Parents:
- 5f88293
- File:
-
- 1 edited
-
uspace/srv/hid/input/generic/input.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/generic/input.c
r5f88293 r60e5a856 138 138 139 139 /* Update keyboard lock indicator lights. */ 140 (*kdev->ctl_ops->set_ind)( mods);140 (*kdev->ctl_ops->set_ind)(kdev, mods); 141 141 } else { 142 142 lock_keys = lock_keys & ~mod_mask;
Note:
See TracChangeset
for help on using the changeset viewer.
