Changeset 60e5a856 in mainline for uspace/srv/hid/input/ctl/pc.c
- 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/ctl/pc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/pc.c
r5f88293 r60e5a856 45 45 static void pc_ctl_parse_scancode(int); 46 46 static int pc_ctl_init(kbd_dev_t *); 47 static void pc_ctl_set_ind( unsigned);47 static void pc_ctl_set_ind(kbd_dev_t *, unsigned); 48 48 49 49 kbd_ctl_ops_t pc_ctl = { … … 265 265 } 266 266 267 static void pc_ctl_set_ind( unsigned mods)267 static void pc_ctl_set_ind(kbd_dev_t *kdev, unsigned mods) 268 268 { 269 269 uint8_t b;
Note:
See TracChangeset
for help on using the changeset viewer.
