aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ukbd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.58: Fix a non-working CapsLock LED under X.Ruslan Ermilov2006-10-291-1/+2
* MFC: Fix our ioctl(2) implementation for ioctls with "int" arguments.Ruslan Ermilov2006-10-041-0/+17
* MFC: Make ukbd(4) to not delay break scancodes in "raw" mode.Maksim Yevmenkin2006-03-011-3/+1
* Use the usb_callout_* API instead of timeout()/untimeout() in orderIan Dowse2005-03-301-6/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+1
* We don't need vnode.h, but do need uio.h in these files. vnode.hWarner Losh2004-12-131-1/+1
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Fix a problem with the USB keyboard driver not properly handling keyJohn Baldwin2004-02-231-5/+5
* Add support SUN TYPE 6 USB KEYBOARDMIHIRA Sanpei Yoshiro2004-01-031-4/+11
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-0/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* WARNING: white space diffJohn-Mark Gurney2003-07-041-21/+21
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-5/+5
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* MFNetBSD: ukbd.c (1.52), usbdi.c (1.54), usbdi.h (1.35)Josef Karthauser2002-04-071-2/+4
* MFNetBSD: Update many URLs.Josef Karthauser2002-04-011-1/+1
* Sync with NetBSD:Josef Karthauser2002-01-021-2/+2
* Only clear endpoint stall if status was USBD_STALLED.Nick Hibma2001-09-021-1/+2
* First check whether the USB transfer was cancelled before starting toNick Hibma2001-09-011-9/+12
* Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-201-1/+1
* Add the device resume method to keyboard drivers.Kazutaka YOKOTA2001-06-301-1/+14
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-2/+0
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-62/+62
* Do not include `ukbd.h'; it's not used.Kazutaka YOKOTA2000-01-201-1/+0
* More USB ethernet tweaks:Bill Paul2000-01-201-1/+2
* Rework shifta/ctla/alta key handling. It appears that there wasKazutaka YOKOTA2000-01-111-0/+3
* - Add a module event function to the ukbd driver and make the ukbd KLDKazutaka YOKOTA1999-12-131-4/+22
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-9/+8
* Remove last bits and pieces of NetBSD porting.Nick Hibma1999-10-071-34/+20
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-281-2/+0
* - Remove cdevsw entry points in individual keyboard drivers;Kazutaka YOKOTA1999-08-221-130/+26
* Change 'device' to 'self', to be more like the rest of the codeNick Hibma1999-06-261-2/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+20
* Change '#if UKBD_DEBUG' to '#ifdef...'Nick Hibma1999-05-031-8/+5
* 1) Make debugging more selective.Nick Hibma1999-04-111-9/+11
* Applied patch for ukbd disconnect. Disconnect not fully functionalNick Hibma1999-04-111-66/+99
* Implementation of the keyboard driver.Nick Hibma1999-03-221-438/+1259
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Textual changesNick Hibma1999-01-221-0/+1
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-3/+3
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-131-2/+2
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-4/+2