Changeset 1875a0c in mainline for uspace/srv/hid/input/port/ski.c
- Timestamp:
- 2011-06-21T19:10:20Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 022d9f67
- Parents:
- a9d85df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/ski.c
ra9d85df r1875a0c 110 110 if (c == 0) 111 111 break; 112 kbd_push_ scancode(kbd_dev, c);112 kbd_push_data(kbd_dev, c); 113 113 } 114 114
Note:
See TracChangeset
for help on using the changeset viewer.