Changes in uspace/srv/hid/input/port/ski.c [5f88293:1875a0c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/ski.c
r5f88293 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.