summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ukbd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-291-5/+5
* Do not pass an address to local stack variable to usbd_set_report_async.kan2007-11-051-3/+4
* Make ukbd_getc respect non-blocking behavior if one is requested. Changekan2007-10-151-7/+10
* The ukbd driver has some questionable "magic" to for a default keyboardjhb2007-10-121-2/+8
* Fix absolutely maddening autorepeat bug that would cause the last keyimp2007-07-251-0/+9
* We need a special module loader routine, not the stock usbd one. Thisimp2007-06-231-1/+1
* Latest round of usb cleanups:imp2007-06-211-9/+1
* s/logprintf/printf/gimp2007-06-201-2/+2
* Expand usb_port macrosimp2007-06-181-6/+26
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Per request (to core) by the person refered to in the comment.wilko2007-06-161-2/+0
* Expand callout compatibility macros in the main usb bridges.imp2007-06-141-4/+4
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-2/+4
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-5/+5
* Remove devinfo junk.imp2007-06-091-3/+1
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-121-8/+0
* Add a quirk for devices recognized as usb keyboards not to be hooked byflz2006-11-281-0/+3
* Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27:ru2006-10-251-1/+2
* Ignore the UKBD_DFLT_KEYMAP option when compiling as a module.ru2006-10-021-1/+1
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-0/+33
* More removing compatibility macros.imp2006-09-071-2/+2
* s/Static/static/gimp2006-09-061-64/+64
* Make ukbd(4) to not delay break scancodes in "raw" mode.emax2006-02-281-3/+1
* Use the usb_callout_* API instead of timeout()/untimeout() in orderiedowse2005-03-301-6/+5
* 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
OpenPOWER on IntegriCloud