Changes in uspace/srv/kbd/port/sgcn.c [c145bc2:9701d49] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/srv/kbd/port/sgcn.c ¶
rc145bc2 r9701d49 133 133 } 134 134 135 void kbd_port_write(uint8_t data)136 {137 (void) data;138 }139 140 135 /** 141 136 * Handler of the "key pressed" event. Reads codes of all the pressed keys from
Note:
See TracChangeset
for help on using the changeset viewer.