Changeset de57e060 in mainline for uspace/kbd/arch/ia64/src/kbd.c
- Timestamp:
- 2006-10-18T20:51:15Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80ca47e
- Parents:
- cd13c2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/kbd/arch/ia64/src/kbd.c
rcd13c2a rde57e060 68 68 { 69 69 if (sysinfo_value("kbd")) { 70 ipc_register_irq(sysinfo_value("kbd.i rq"), &ski_kbd);70 ipc_register_irq(sysinfo_value("kbd.inr"), sysinfo_value("kbd.devno"), 0, &ski_kbd); 71 71 return 0; 72 72 } … … 85 85 int kbd_arch_process(keybuffer_t *keybuffer, ipc_call_t *call) 86 86 { 87 static unsigned long long buf =0;88 static int count =0;89 static int esc_count =0;87 static unsigned long long buf = 0; 88 static int count = 0; 89 static int esc_count = 0; 90 90 int scan_code = IPC_GET_ARG2(*call); 91 91
Note:
See TracChangeset
for help on using the changeset viewer.