summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* Make ums(4) driver more picky, not attaching to "mouses" with absoluteAlexander Motin2011-07-291-8/+40
* 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
* Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.Hans Petter Selasky2011-07-021-0/+12
* - Export more USB device ID's.Hans Petter Selasky2011-06-243-10/+25
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-242-13/+17
* usb: change to one-pass probing of device driversAndriy Gapon2011-05-183-8/+4
* - Do not output the trailing newline to the HIDHans Petter Selasky2011-03-211-4/+6
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-3/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-113-3/+0
* Fix compiler warnings.Hans Petter Selasky2010-11-131-3/+3
* Fix UMS_BUTTON_MAX define nameAndrew Thompson2010-09-021-1/+1
* Add support for extra buttons on the Kensington Slimblade Trackball.Andrew Thompson2010-09-021-0/+12
* Silence debug error by default.Andrew Thompson2010-09-021-1/+1
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-015-0/+5
* Add uep(4), driver for USB onscreen touch panel from eGalax.Gleb Smirnoff2010-05-251-0/+441
* Enable support for mouse panning wheels.Andrew Thompson2010-05-121-0/+12
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-224-12/+14
* 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-033-21/+0
* Detect when we are polling from kernel via cngetc() in the boot process andAndrew Thompson2010-02-141-34/+144
* If the ID byte is non zero then we allow descriptors having multiple sizes.Andrew Thompson2009-12-091-3/+12
* Improve response to multi-touch taps.Rui Paulo2009-12-081-47/+116
* Early-generation touchpads do not send periodic calibration frames forNathan Whitehorn2009-11-291-0/+15
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* Make the mode setting transfer asynchronous.Andrew Thompson2009-11-221-21/+46
* 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-113-5/+5
* Add support for the touchpads found in later models of iBook andNathan Whitehorn2009-11-101-21/+89
* Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).Rui Paulo2009-11-091-0/+2047
* Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',Andrew Thompson2009-10-221-1/+71
* 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
* USB inputAlfred Perlstein2009-07-301-3/+45
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-233-114/+160
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-153-87/+87
* Make variables static where appropriate.Andrew Thompson2009-06-131-1/+1
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.Andrew Thompson2009-06-121-8/+5
* 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-293-17/+17
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-283-49/+49