summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* Lock softc before clearing bits.hselasky2015-03-101-0/+2
* Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, bydim2015-01-311-3/+3
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-055-18/+18
* Turn off blinking device leds at attach.hselasky2014-07-131-2/+13
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-6/+3
* Revert r267961, r267973:gjb2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-6/+3
* Fix spelling.hselasky2014-03-171-1/+1
* Ignore USB keyboard driver calls from critical sections.hselasky2014-03-101-0/+6
* - Make pointer easier to control when moving slowly.hselasky2014-03-011-6/+26
* Don't generate devd rules for WSP device ID's found in the ATP driver yet.hselasky2014-02-251-1/+2
* Updates for WSP driver:hselasky2014-02-251-8/+17
* Fix compiler warning.hselasky2014-02-241-5/+0
* Update ATP driver:hselasky2014-02-241-10/+29
* Update ATP driver:hselasky2014-02-231-1136/+1527
* - Remove not needed definitions from driver.hselasky2014-02-131-271/+44
* Add a comment about the origin of some structures, defines and so on.hselasky2014-02-011-0/+19
* Fix for unexpected selection with two fingers sometimes.hselasky2014-01-311-17/+34
* - Remove some dead code.hselasky2014-01-291-87/+37
* Add support for trackpads found in Apple MacBook products. While at ithselasky2014-01-291-0/+1438
* When detaching a [USB] keyboard, keys might still be pressed. Ensurehselasky2014-01-281-1/+14
* Revert r260622:hselasky2014-01-281-36/+0
* Don't output any modifier keys before we see a validhselasky2014-01-141-0/+36
* 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
OpenPOWER on IntegriCloud