# # ChangeLog for uspace/srv/kbd/ctl in mainline # # Generated by Trac 1.6 # 2026-06-03T02:15:47Z Sun, 08 Mar 2009 14:31:51 GMT Jiri Svoboda [b0b5628] * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/ctl/gxe_fb.c (modified) * uspace/srv/kbd/ctl/pc.c (modified) * uspace/srv/kbd/ctl/stty.c (modified) * uspace/srv/kbd/ctl/sun.c (modified) * uspace/srv/kbd/genarch/gsp.c (added) * uspace/srv/kbd/genarch/stroke.c (added) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/kbd/include/gsp.h (added) * uspace/srv/kbd/include/kbd_ctl.h (modified) * uspace/srv/kbd/include/stroke.h (added) Constructing parser machines for tty keyboards by hand is a pain. Let ... Sat, 21 Feb 2009 11:32:28 GMT Jiri Svoboda [5ad8661] * uspace/srv/kbd/ctl/gxe_fb.c (modified) * uspace/srv/kbd/ctl/stty.c (modified) * uspace/srv/kbd/generic/kbd.c (modified) Support Shift modifier in stty and gxe_fb drivers. Fri, 20 Feb 2009 22:47:08 GMT Jiri Svoboda [12b6796] * uspace/srv/kbd/ctl/pc.c (modified) * uspace/srv/kbd/generic/kbd.c (modified) Tackle scroll lock and cope with lock-key hardware auto-repeat. Fri, 20 Feb 2009 21:01:17 GMT Jiri Svoboda [90e3d6a] * uspace/srv/kbd/ctl/pc.c (modified) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/kbd/layout/us_qwerty.c (modified) e0-prefixed pc scancodes. Num Lock and numeric keyboard. Fri, 20 Feb 2009 17:11:57 GMT Martin Decky [5c06c1c] * uspace/srv/kbd/ctl/gxe_fb.c (modified) remove forgotten argument Thu, 19 Feb 2009 22:54:32 GMT Jiri Svoboda [d1eece6] * uspace/lib/libc/include/kbd/keycode.h (modified) * uspace/srv/kbd/ctl/gxe_fb.c (modified) * uspace/srv/kbd/ctl/pc.c (modified) * uspace/srv/kbd/ctl/stty.c (modified) * uspace/srv/kbd/ctl/sun.c (modified) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/kbd/include/kbd.h (modified) * uspace/srv/kbd/layout/us_dvorak.c (modified) * uspace/srv/kbd/layout/us_qwerty.c (modified) Basic support for key modifiers. Wed, 18 Feb 2009 21:47:05 GMT Jiri Svoboda [24ff4df] * uspace/srv/console/console.c (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/arch/amd64 (deleted) * uspace/srv/kbd/arch/arm32/include/kbd.h (deleted) * uspace/srv/kbd/arch/arm32/src/kbd.c (deleted) * uspace/srv/kbd/arch/arm32/src/kbd_gxemul.c (deleted) * uspace/srv/kbd/arch/ia32/include/scanc.h (deleted) * uspace/srv/kbd/arch/ia32/src/kbd.c (deleted) * uspace/srv/kbd/arch/ia32/src/mouse.c (deleted) * uspace/srv/kbd/arch/ia32/src/scanc.c (deleted) * uspace/srv/kbd/arch/ia64/include/kbd.h (deleted) * uspace/srv/kbd/arch/ia64/include/scanc.h (deleted) * uspace/srv/kbd/arch/ia64/src/kbd.c (deleted) * uspace/srv/kbd/arch/ia64/src/lkbd.c (deleted) * uspace/srv/kbd/arch/ia64/src/mouse.c (deleted) * uspace/srv/kbd/arch/ia64/src/scanc.c (deleted) * uspace/srv/kbd/arch/mips32/include/kbd.h (deleted) * uspace/srv/kbd/arch/mips32/src/kbd.c (deleted) * uspace/srv/kbd/arch/mips32eb (deleted) * uspace/srv/kbd/arch/ppc32/include/kbd.h (deleted) * uspace/srv/kbd/arch/ppc32/src/kbd.c (deleted) * uspace/srv/kbd/arch/sparc64/include/kbd.h (deleted) * uspace/srv/kbd/arch/sparc64/include/scanc.h (deleted) * uspace/srv/kbd/arch/sparc64/include/sgcn.h (deleted) * uspace/srv/kbd/arch/sparc64/src/kbd.c (deleted) * uspace/srv/kbd/arch/sparc64/src/scanc.c (deleted) * uspace/srv/kbd/ctl/gxe_fb.c (modified) * uspace/srv/kbd/ctl/pc.c (modified) * uspace/srv/kbd/ctl/stty.c (modified) * uspace/srv/kbd/ctl/sun.c (added) * uspace/srv/kbd/genarch/include/kbd.h (deleted) * uspace/srv/kbd/genarch/include/nofb.h (deleted) * uspace/srv/kbd/genarch/include/scanc.h (deleted) * uspace/srv/kbd/genarch/src/kbd.c (deleted) * uspace/srv/kbd/genarch/src/nofb.c (deleted) * uspace/srv/kbd/include/keys.h (deleted) * uspace/srv/kbd/port/dummy.c (modified) * uspace/srv/kbd/port/gxemul.c (modified) * uspace/srv/kbd/port/i8042.c (modified) * uspace/srv/kbd/port/i8042.h (modified) * uspace/srv/kbd/port/msim.c (modified) * uspace/srv/kbd/port/ns16550.c (moved) * uspace/srv/kbd/port/sgcn.c (moved) * uspace/srv/kbd/port/z8530.c (moved) Add some missing ports and controllers (untested). Remove old parts ... Tue, 17 Feb 2009 23:05:15 GMT Jiri Svoboda [f89979b] * HelenOS.config (modified) * uspace/lib/libc/generic/io/stream.c (modified) * uspace/lib/libc/generic/kbd.c (modified) * uspace/lib/libc/include/kbd/keycode.h (modified) * uspace/srv/console/console.c (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/ctl/gxe_fb.c (added) * uspace/srv/kbd/ctl/pc.c (added) * uspace/srv/kbd/ctl/stty.c (added) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/kbd/include/kbd.h (modified) * uspace/srv/kbd/include/kbd_ctl.h (added) * uspace/srv/kbd/include/kbd_port.h (added) * uspace/srv/kbd/include/layout.h (added) * uspace/srv/kbd/layout/us_dvorak.c (added) * uspace/srv/kbd/layout/us_qwerty.c (added) * uspace/srv/kbd/port/dummy.c (added) * uspace/srv/kbd/port/gxemul.c (added) * uspace/srv/kbd/port/i8042.c (added) * uspace/srv/kbd/port/i8042.h (added) * uspace/srv/kbd/port/msim.c (added) Keyboard driver overhaul -- organize by hardware structure. This is ...