summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-303-3/+6
* Fix detection of Razer Copperhead as a USB mouse.hselasky2013-01-102-60/+23
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-4/+3
* Make uhid attach to devices that look like keyboardseadler2012-10-221-3/+4
* Add UQ_UMS_IGNORE quirk.hselasky2012-09-171-0/+3
* Fix for the r235558: interrupt output pipe is optional, so fix the drivermav2012-05-171-2/+3
* Add support for writing to HID devices through the interrupt output pipe.mav2012-05-171-4/+49
* Move reset of USB mouse parameters from the USB mouse attach tohselasky2012-05-141-28/+46
* Fix compiler warnings, mostly signed issues,hselasky2012-04-025-22/+23
* ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking codeavg2011-12-211-227/+153
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-075-5/+5
* MFprojects/hid:mav2011-09-281-2/+6
* Make ums(4) driver more picky, not attaching to "mouses" with absolutemav2011-07-291-8/+40
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+2
* Fix for dump after shutdown with USB keyboard plugged in. It appears that thehselasky2011-07-131-2/+32
* Make the USB keyboard driver more HID compliant.hselasky2011-07-041-151/+436
* Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.hselasky2011-07-021-0/+12
* - Export more USB device ID's.hselasky2011-06-243-10/+25
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-242-13/+17
* usb: change to one-pass probing of device driversavg2011-05-183-8/+4
* - Do not output the trailing newline to the HIDhselasky2011-03-211-4/+6
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-3/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-113-3/+0
* Fix compiler warnings.hselasky2010-11-131-3/+3
* Fix UMS_BUTTON_MAX define namethompsa2010-09-021-1/+1
* Add support for extra buttons on the Kensington Slimblade Trackball.thompsa2010-09-021-0/+12
* Silence debug error by default.thompsa2010-09-021-1/+1
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-015-0/+5
* Add uep(4), driver for USB onscreen touch panel from eGalax.glebius2010-05-251-0/+441
* Enable support for mouse panning wheels.thompsa2010-05-121-0/+12
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-224-12/+14
* Use the UIPROTO_BOOT_KEYBOARD #define from usb.h rather than a localgavin2010-04-141-3/+1
* Do not swap Apple keys when detecting Apple-FN keyboards.thompsa2010-03-281-2/+1
* extend search for Apple Function Key.thompsa2010-03-111-13/+18
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-033-21/+0
* Detect when we are polling from kernel via cngetc() in the boot process andthompsa2010-02-141-34/+144
* If the ID byte is non zero then we allow descriptors having multiple sizes.thompsa2009-12-091-3/+12
* Improve response to multi-touch taps.rpaulo2009-12-081-48/+117
* Early-generation touchpads do not send periodic calibration frames fornwhitehorn2009-11-291-0/+15
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-1/+1
* Make the mode setting transfer asynchronous.thompsa2009-11-221-21/+46
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+2
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromnwhitehorn2009-11-113-5/+5
* Add support for the touchpads found in later models of iBook andnwhitehorn2009-11-101-21/+89
* Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).rpaulo2009-11-091-0/+2047
* Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',thompsa2009-10-221-1/+71
* Only poll ukbd if KDB is active.thompsa2009-10-151-0/+4
* Fix the 106/109 USB Japanese keyboard "underscore" issue.hrs2009-10-121-12/+51
* - patch for cordump slowdown. Avoid using DELAY(1000) when noalfred2009-08-241-33/+50
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-6/+7
OpenPOWER on IntegriCloud