| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC revisions | Alexander Kabaev | 2007-11-12 | 1 | -10/+14 |
| * | MFC: Clear the flags in the persistent keyboard data for ukbd0 when | John Baldwin | 2007-10-25 | 1 | -2/+8 |
| * | Fix absolutely maddening autorepeat bug that would cause the last key | Warner Losh | 2007-07-25 | 1 | -0/+9 |
| * | We need a special module loader routine, not the stock usbd one. This | Warner Losh | 2007-06-23 | 1 | -1/+1 |
| * | Latest round of usb cleanups: | Warner Losh | 2007-06-21 | 1 | -9/+1 |
| * | s/logprintf/printf/g | Warner Losh | 2007-06-20 | 1 | -2/+2 |
| * | Expand usb_port macros | Warner Losh | 2007-06-18 | 1 | -6/+26 |
| * | Expand USB_MATCH_START | Warner Losh | 2007-06-17 | 1 | -1/+1 |
| * | Per request (to core) by the person refered to in the comment. | Wilko Bulte | 2007-06-16 | 1 | -2/+0 |
| * | Expand callout compatibility macros in the main usb bridges. | Warner Losh | 2007-06-14 | 1 | -4/+4 |
| * | Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functional | Warner Losh | 2007-06-13 | 1 | -2/+4 |
| * | Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate from | Warner Losh | 2007-06-12 | 1 | -5/+5 |
| * | Remove devinfo junk. | Warner Losh | 2007-06-09 | 1 | -3/+1 |
| * | Remove compat ifdefs for FreeBSD versions < 500014, makes the code | Christian Brueffer | 2007-05-12 | 1 | -8/+0 |
| * | Add a quirk for devices recognized as usb keyboards not to be hooked by | Florent Thoumie | 2006-11-28 | 1 | -0/+3 |
| * | Fix non-working CAPS LED under X by applying fix from atkbd.c,v 1.27: | Ruslan Ermilov | 2006-10-25 | 1 | -1/+2 |
| * | Ignore the UKBD_DFLT_KEYMAP option when compiling as a module. | Ruslan Ermilov | 2006-10-02 | 1 | -1/+1 |
| * | Fix our ioctl(2) implementation when the argument is "int". New | Ruslan Ermilov | 2006-09-27 | 1 | -0/+33 |
| * | More removing compatibility macros. | Warner Losh | 2006-09-07 | 1 | -2/+2 |
| * | s/Static/static/g | Warner Losh | 2006-09-06 | 1 | -64/+64 |
| * | Make ukbd(4) to not delay break scancodes in "raw" mode. | Maksim Yevmenkin | 2006-02-28 | 1 | -3/+1 |
| * | Use the usb_callout_* API instead of timeout()/untimeout() in order | Ian Dowse | 2005-03-30 | 1 | -6/+5 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -2/+1 |
| * | We don't need vnode.h, but do need uio.h in these files. vnode.h | Warner Losh | 2004-12-13 | 1 | -1/+1 |
| * | Tweak the compatibility macros a little so that the device printing is | Warner Losh | 2004-08-15 | 1 | -3/+1 |
| * | MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes. | Warner Losh | 2004-06-27 | 1 | -1/+1 |
| * | Fix a problem with the USB keyboard driver not properly handling key | John Baldwin | 2004-02-23 | 1 | -5/+5 |
| * | Add support SUN TYPE 6 USB KEYBOARD | MIHIRA Sanpei Yoshiro | 2004-01-03 | 1 | -4/+11 |
| * | Make it easier to run this code on RELENG_4. | Josef Karthauser | 2003-10-04 | 1 | -0/+4 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | WARNING: white space diff | John-Mark Gurney | 2003-07-04 | 1 | -21/+21 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -2/+2 |
| * | Use the hw.usb sysctl tree instead of debug.usb. | Josef Karthauser | 2002-08-08 | 1 | -1/+2 |
| * | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | Josef Karthauser | 2002-07-31 | 1 | -5/+5 |
| * | Get bored with hard coded debug level variables and introduce a debug.usb | Josef Karthauser | 2002-07-31 | 1 | -0/+3 |
| * | MFNetBSD: ukbd.c (1.52), usbdi.c (1.54), usbdi.h (1.35) | Josef Karthauser | 2002-04-07 | 1 | -2/+4 |
| * | MFNetBSD: Update many URLs. | Josef Karthauser | 2002-04-01 | 1 | -1/+1 |
| * | Sync with NetBSD: | Josef Karthauser | 2002-01-02 | 1 | -2/+2 |
| * | Only clear endpoint stall if status was USBD_STALLED. | Nick Hibma | 2001-09-02 | 1 | -1/+2 |
| * | First check whether the USB transfer was cancelled before starting to | Nick Hibma | 2001-09-01 | 1 | -9/+12 |
| * | Return consistent key action codes at key press and release | Kazutaka YOKOTA | 2001-07-20 | 1 | -1/+1 |
| * | Add the device resume method to keyboard drivers. | Kazutaka YOKOTA | 2001-06-30 | 1 | -1/+14 |
| * | select() DKI is now in <sys/selinfo.h>. | Garrett Wollman | 2001-01-09 | 1 | -0/+4 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -2/+0 |
| * | Initiate deorbit burn sequence for <machine/console.h>. | Poul-Henning Kamp | 2000-10-08 | 1 | -1/+1 |
| * | Change Lennart's e-mail address. | Nick Hibma | 2000-05-14 | 1 | -1/+1 |
| * | OpenBSD has a broken debugger that does not grok static. Use a | Nick Hibma | 2000-04-03 | 1 | -62/+62 |
| * | Do not include `ukbd.h'; it's not used. | Kazutaka YOKOTA | 2000-01-20 | 1 | -1/+0 |