Changeset 5ad8661 in mainline for uspace/srv/kbd/generic/kbd.c
- Timestamp:
- 2009-02-21T11:32:28Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9646159
- Parents:
- 12b6796
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/generic/kbd.c
r12b6796 r5ad8661 69 69 void kbd_push_scancode(int scancode) 70 70 { 71 printf("scancode: 0x%x\n", scancode); 71 /* printf("scancode: 0x%x\n", scancode);*/ 72 72 kbd_ctl_parse_scancode(scancode); 73 73 } … … 115 115 } 116 116 } 117 117 /* 118 118 printf("type: %d\n", type); 119 119 printf("mods: 0x%x\n", mods); 120 120 printf("keycode: %u\n", key); 121 121 */ 122 122 ev.type = type; 123 123 ev.key = key;
Note:
See TracChangeset
for help on using the changeset viewer.