summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/dnkbd.c
AgeCommit message (Expand)Author
2011-11-09Auto-repeat keys in WSKBD_RAW mode is not needed.Alexandr Shadchin
2009-07-23a trio of timeout_add conversionsBret Lambert
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-01-07Skip optional dash when parsing the layout code.Miod Vallat
2007-01-06Propagate bus_space_tag_t through device attachment args structures, ratherMiod Vallat
2006-08-10Try and determine the keyboard layout from its identification string;Miod Vallat
2006-04-15Caps Lock key is special, even in raw mode, on the Domain keyboard, exactlyMiod Vallat
2005-12-21Do not attach dnkbd as a console keyboard if console is on serial.Miod Vallat
2005-11-06Add keyboard bell support.Miod Vallat
2005-05-09Compile if no wsmouse device is configured in the kernel.Miod Vallat
2005-05-09Compile without option WSDISPLAY_COMPAT_RAWKBDMiod Vallat
2005-04-25Pass the complete keybuffer to wskbd_rawinput(); dnkbd now works under X11.Miod Vallat
2005-04-24Oops, 1.3 would cause a keyboard plugged at boot time to start in the wrongMiod Vallat
2005-04-23Discard 0 byte keyboard identification strings.Miod Vallat
2005-04-22Do not process the FIFO during interrupts when we are polling.Miod Vallat
2005-04-22Doh, typo in constant...Miod Vallat
2005-04-22Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series.Miod Vallat