Changeset 60e5a856 in mainline for uspace/srv/hid/input/ctl/sun.c
- Timestamp:
- 2011-06-12T16:22:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b60e6
- Parents:
- 5f88293
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/sun.c
r5f88293 r60e5a856 45 45 static void sun_ctl_parse_scancode(int); 46 46 static int sun_ctl_init(kbd_dev_t *); 47 static void sun_ctl_set_ind( unsigned);47 static void sun_ctl_set_ind(kbd_dev_t *, unsigned); 48 48 49 49 kbd_ctl_ops_t sun_ctl = { … … 89 89 } 90 90 91 static void sun_ctl_set_ind( unsigned mods)91 static void sun_ctl_set_ind(kbd_dev_t *kdev, unsigned mods) 92 92 { 93 93 (void) mods;
Note:
See TracChangeset
for help on using the changeset viewer.