summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/ukbd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC r245248:Hans Petter Selasky2013-01-211-20/+16
* MFC r240750, r241987 and r242126:Hans Petter Selasky2012-11-081-4/+3
* MFC r228765: ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking codeAndriy Gapon2012-05-131-227/+153
* MFC r233774:Hans Petter Selasky2012-05-041-1/+1
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+2
* Fix for dump after shutdown with USB keyboard plugged in. It appears that theHans Petter Selasky2011-07-131-2/+32
* Make the USB keyboard driver more HID compliant.Hans Petter Selasky2011-07-041-149/+434
* - Export more USB device ID's.Hans Petter Selasky2011-06-241-0/+7
* usb: change to one-pass probing of device driversAndriy Gapon2011-05-181-2/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Silence debug error by default.Andrew Thompson2010-09-021-1/+1
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-3/+3
* Use the UIPROTO_BOOT_KEYBOARD #define from usb.h rather than a localGavin Atkinson2010-04-141-3/+1
* Do not swap Apple keys when detecting Apple-FN keyboards.Andrew Thompson2010-03-281-2/+1
* extend search for Apple Function Key.Andrew Thompson2010-03-111-13/+18
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Detect when we are polling from kernel via cngetc() in the boot process andAndrew Thompson2010-02-141-34/+144
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson2009-11-221-0/+2
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromNathan Whitehorn2009-11-111-2/+2
* Only poll ukbd if KDB is active.Andrew Thompson2009-10-151-0/+4
* Fix the 106/109 USB Japanese keyboard "underscore" issue.Hiroki Sato2009-10-121-12/+51
* - patch for cordump slowdown. Avoid using DELAY(1000) when noAlfred Perlstein2009-08-241-33/+50
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-6/+7
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-7/+6
* USB CORE:Alfred Perlstein2009-07-301-36/+121
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-30/+47
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-25/+25
* Make variables static where appropriate.Andrew Thompson2009-06-131-1/+1
* Check for a keyboard HID report in addition to the interface class so devicesAndrew Thompson2009-06-121-5/+27
* Remove duplicate variable setting.Andrew Thompson2009-06-041-1/+0
* Staticize ukbd_detach and fix indentation.Andrew Thompson2009-06-021-2/+2
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-11/+11
* Add support for the Apple MacBook Pro keyboardAndrew Thompson2009-05-271-43/+153
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-10/+10
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+1489