aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ukbd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC revisionsAlexander Kabaev2007-11-121-10/+14
* MFC: Clear the flags in the persistent keyboard data for ukbd0 whenJohn Baldwin2007-10-251-2/+8
* Fix absolutely maddening autorepeat bug that would cause the last keyWarner Losh2007-07-251-0/+9
* We need a special module loader routine, not the stock usbd one. ThisWarner Losh2007-06-231-1/+1
* Latest round of usb cleanups:Warner Losh2007-06-211-9/+1
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Expand usb_port macrosWarner Losh2007-06-181-6/+26
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Per request (to core) by the person refered to in the comment.Wilko Bulte2007-06-161-2/+0
* Expand callout compatibility macros in the main usb bridges.Warner Losh2007-06-141-4/+4
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-2/+4
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-5/+5
* Remove devinfo junk.Warner Losh2007-06-091-3/+1
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codeChristian Brueffer2007-05-121-8/+0
* Add a quirk for devices recognized as usb keyboards not to be hooked byFlorent Thoumie2006-11-281-0/+3
* Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27:Ruslan Ermilov2006-10-251-1/+2
* Ignore the UKBD_DFLT_KEYMAP option when compiling as a module.Ruslan Ermilov2006-10-021-1/+1
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-0/+33
* More removing compatibility macros.Warner Losh2006-09-071-2/+2
* s/Static/static/gWarner Losh2006-09-061-64/+64
* Make ukbd(4) to not delay break scancodes in "raw" mode.Maksim Yevmenkin2006-02-281-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