summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ukbd.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+1
* We don't need vnode.h, but do need uio.h in these files. vnode.himp2004-12-131-1/+1
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Fix a problem with the USB keyboard driver not properly handling keyjhb2004-02-231-5/+5
* Add support SUN TYPE 6 USB KEYBOARDsanpei2004-01-031-4/+11
* Make it easier to run this code on RELENG_4.joe2003-10-041-0/+4
* Use __FBSDID().obrien2003-08-241-1/+3
* WARNING: white space diffjmg2003-07-041-21/+21
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-5/+5
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* MFNetBSD: ukbd.c (1.52), usbdi.c (1.54), usbdi.h (1.35)joe2002-04-071-2/+4
* MFNetBSD: Update many URLs.joe2002-04-011-1/+1
* Sync with NetBSD:joe2002-01-021-2/+2
* Only clear endpoint stall if status was USBD_STALLED.n_hibma2001-09-021-1/+2
* First check whether the USB transfer was cancelled before starting ton_hibma2001-09-011-9/+12
* Return consistent key action codes at key press and releaseyokota2001-07-201-1/+1
* Add the device resume method to keyboard drivers.yokota2001-06-301-1/+14
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-2/+0
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-62/+62
* Do not include `ukbd.h'; it's not used.yokota2000-01-201-1/+0
* More USB ethernet tweaks:wpaul2000-01-201-1/+2
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-111-0/+3
* - Add a module event function to the ukbd driver and make the ukbd KLDyokota1999-12-131-4/+22
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-171-9/+8
* Remove last bits and pieces of NetBSD porting.n_hibma1999-10-071-34/+20
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-281-2/+0
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-221-130/+26
* Change 'device' to 'self', to be more like the rest of the coden_hibma1999-06-261-2/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+20
* Change '#if UKBD_DEBUG' to '#ifdef...'n_hibma1999-05-031-8/+5
* 1) Make debugging more selective.n_hibma1999-04-111-9/+11
* Applied patch for ukbd disconnect. Disconnect not fully functionaln_hibma1999-04-111-66/+99
* Implementation of the keyboard driver.n_hibma1999-03-221-438/+1259
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Textual changesn_hibma1999-01-221-0/+1
* Corrected the latent fact that the uhub driver was providing a driver forn_hibma1999-01-141-3/+3
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)n_hibma1999-01-131-2/+2
* Sync with NetBSD sources. Almost there. Mostly style fixes.n_hibma1999-01-101-4/+2
* Major synchronisation with NetBSD USB coden_hibma1999-01-071-113/+155
* Added Id to all filesn_hibma1998-12-141-0/+2
* Updated USB kernel sources to NetBSD sources of 1998-12-09.n_hibma1998-12-131-13/+0
* Initial commit of ported NetBSD USB stackn_hibma1998-11-261-0/+651
OpenPOWER on IntegriCloud