Changes in uspace/srv/hid/input/port/ski.c [1875a0c:5f88293] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/srv/hid/input/port/ski.c ¶
r1875a0c r5f88293 110 110 if (c == 0) 111 111 break; 112 kbd_push_ data(kbd_dev, c);112 kbd_push_scancode(kbd_dev, c); 113 113 } 114 114
Note:
See TracChangeset
for help on using the changeset viewer.