Changeset b7fd2a0 in mainline for uspace/drv/hid/adb-kbd/ctl.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/adb-kbd/ctl.c
r36f0738 rb7fd2a0 179 179 * @return EOK on success, ENOENT if no translation exists 180 180 */ 181 int adb_kbd_key_translate(sysarg_t scancode, kbd_event_type_t *rtype,181 errno_t adb_kbd_key_translate(sysarg_t scancode, kbd_event_type_t *rtype, 182 182 unsigned int *rkey) 183 183 {
Note:
See TracChangeset
for help on using the changeset viewer.