Kernel - Split key translation out of PS2Keyboard
authorJohn Hodge <[email protected]>
Thu, 1 Mar 2012 10:21:01 +0000 (18:21 +0800)
committerJohn Hodge <[email protected]>
Thu, 1 Mar 2012 10:21:01 +0000 (18:21 +0800)
commitf48e29379bd57e2d361cbc65477be120da47e874
tree10af7bb10f4523dddab2378733ddb4ce6a48cddf
parent006a4c4cd9a23e4a7908ea7ecab2ce4cacb29ec6
Kernel - Split key translation out of PS2Keyboard

- Also unified all keyboard events into a meta-driver (/Devices/Keyboard)
- NOTE: Possibly broken VTerm arrow keys due to API change
15 files changed:
KernelLand/Kernel/drv/vterm.c
KernelLand/Kernel/include/api_drv_keyboard.h
KernelLand/Kernel/include/keysyms.h [new file with mode: 0644]
KernelLand/Modules/Input/Keyboard/Makefile [new file with mode: 0644]
KernelLand/Modules/Input/Keyboard/include/keyboard.h [new file with mode: 0644]
KernelLand/Modules/Input/Keyboard/keymap_int.h [new file with mode: 0644]
KernelLand/Modules/Input/Keyboard/layout_kbdus.h [new file with mode: 0644]
KernelLand/Modules/Input/Keyboard/main.c [new file with mode: 0644]
KernelLand/Modules/Input/PS2KbMouse/kb.c
KernelLand/Modules/Input/PS2KbMouse/kb_kbdus.h [deleted file]
KernelLand/Modules/Input/PS2KbMouse/kb_transtab.h [new file with mode: 0644]
KernelLand/Modules/Input/PS2KbMouse/main.c
KernelLand/Modules/Makefile.tpl
KernelLand/Modules/USB/HID/keysyms.h [deleted file]
Makefile.cfg

UCC git Repository :: git.ucc.asn.au