summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* MFC r308144 and r308165:hselasky2016-11-071-3/+9
* MFC r305590:hselasky2016-09-151-2/+2
* MFC r304571:hselasky2016-09-091-8/+39
* MFC r303765:hselasky2016-08-151-1/+11
* MFC r291146:hselasky2015-11-241-2/+8
* MFC r277974:hselasky2015-11-231-3/+3
* MFC r290639:hselasky2015-11-191-106/+277
* MFC r279854:hselasky2015-03-251-0/+2
* MFC r268583:hselasky2014-07-161-2/+13
* MFC r262972:hselasky2014-03-171-0/+6
* MFC r262663:hselasky2014-03-151-6/+26
* MFC r262477:hselasky2014-03-121-8/+17
* MFC r262417, r262439, r262454, r262455 and r262478:hselasky2014-03-121-1133/+1539
* MFC r261827:hselasky2014-02-231-271/+44
* MFC r261260, r261262, r261315 and r261343:hselasky2014-02-051-0/+1424
* MFC r261228:hselasky2014-02-041-1/+14
* Force keyboards which don't have the requiredhselasky2013-08-201-2/+6
* Allow regular off-the-shelf keyboards to be overclocked like so-calledhselasky2013-07-131-3/+22
* 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
OpenPOWER on IntegriCloud