summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ukbd.c
AgeCommit message (Expand)Author
2007-01-13Ignore country code on happy hacking keyboard, it reports itself as japanse.Miod Vallat
2006-06-26When attaching an USB keyboard, check the HID interface for its country codeMiod Vallat
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-07-18Correct scancode mapping URL.Jonathan Gray
2004-11-30Make Sun type 6 USB keyboards return extended keycodes for 'L' keysMatthieu Herrb
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2003-07-05sync with netbsdNathan Binkert
2003-05-19fix documentation links from netbsdNathan Binkert
2002-07-29this should be a DPRINTFNathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-05-11I HATE it when things that we fix come back from bad mergesTheo de Raadt
2002-05-09Sync hid stuff including ukbd, ums, and uhid with NetBSDNathan Binkert
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert
2002-04-03move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUGJason Wright
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
2001-10-25ddb entry support using usb (console) keyboard.Dale Rahn
2001-10-25If a usb keyboard is detached, check if the intrpipe is still active.Dale Rahn
2001-07-25be carefull about initializing timeoutsMichael Shalayeff
2001-05-03Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentAaron Campbell
2001-03-07Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaronMats O Jansson
2001-01-28Fix callout/timeout difference that did not quite get merged correctly.Dale Rahn
2001-01-28Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)Aaron Campbell
2000-11-13- Convert to new timeouts.Aaron Campbell
2000-09-06Add usb keyboard. from NetBSD.Dale S. Rahn