Changeset 46577995 in mainline for uspace/srv/hid/input/ctl/sun.c
- Timestamp:
- 2018-01-04T20:50:52Z (8 years ago)
- Children:
- e211ea04
- Parents:
- facacc71
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:47:53)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:50:52)
- File:
-
- 1 edited
-
uspace/srv/hid/input/ctl/sun.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/sun.c
rfacacc71 r46577995 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.
