Changeset 5a6cc679 in mainline for uspace/srv/hid/input/ctl/sun.c
- Timestamp:
- 2018-01-31T02:21:24Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/sun.c
r132ab5d1 r5a6cc679 44 44 45 45 static void sun_ctl_parse(sysarg_t); 46 static int sun_ctl_init(kbd_dev_t *);46 static errno_t sun_ctl_init(kbd_dev_t *); 47 47 static void sun_ctl_set_ind(kbd_dev_t *, unsigned int); 48 48 … … 60 60 static int scanmap_simple[]; 61 61 62 static int sun_ctl_init(kbd_dev_t *kdev)62 static errno_t sun_ctl_init(kbd_dev_t *kdev) 63 63 { 64 64 kbd_dev = kdev;
Note:
See TracChangeset
for help on using the changeset viewer.