summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* MFC r337287:Vladimir Kondratyev2018-11-091-16/+134
* MFC r331642:Hans Petter Selasky2018-04-041-1/+6
* Revert r330897:Eitan Adler2018-03-297-14/+0
* MFC r304725:Eitan Adler2018-03-191-1/+1
* Partial merge of the SPDX changesEitan Adler2018-03-147-0/+14
* MFC r314467,r328027: Add hw.usb.wsp.enable_single_tap_clicks sysctlKyle Evans2018-01-271-1/+6
* MFC: r324772Vladimir Kondratyev2017-11-021-3/+3
* MFC r322695:Vladimir Kondratyev2017-10-191-0/+729
* MFC r315716Peter Grehan2017-03-251-1/+1
* MFC r308144 and r308165:Hans Petter Selasky2016-11-071-3/+9
* MFC r307804-r307805Oleksandr Tymoshenko2016-11-061-23/+40
* MFC r306647, r306855, r306857Oleksandr Tymoshenko2016-10-222-2/+2
* MFC r306530, r306531, r306532, r306579:Oleksandr Tymoshenko2016-10-222-22/+28
* MFC r306134:Oleksandr Tymoshenko2016-10-221-54/+202
* MFC r306132, r306275:Oleksandr Tymoshenko2016-10-221-0/+79
* MFC r305590:Hans Petter Selasky2016-09-151-2/+2
* MFC r304571:Hans Petter Selasky2016-09-091-8/+39
* MFC r303765:Hans Petter Selasky2016-08-151-1/+11
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-022-2/+2
* dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-191-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-116-0/+7
* Add support for Kana and Eisu keys to the USB keyboard driver.Hans Petter Selasky2015-11-211-2/+8
* Update the wsp driver to support newer touch pads, like found inHans Petter Selasky2015-11-101-106/+277
* Lock softc before clearing bits.Hans Petter Selasky2015-03-101-0/+2
* Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, byDimitry Andric2015-01-311-3/+3
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-055-18/+18
* Turn off blinking device leds at attach.Hans Petter Selasky2014-07-131-2/+13
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-6/+3
* Revert r267961, r267973:Glen Barber2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+3
* Fix spelling.Hans Petter Selasky2014-03-171-1/+1
* Ignore USB keyboard driver calls from critical sections.Hans Petter Selasky2014-03-101-0/+6
* - Make pointer easier to control when moving slowly.Hans Petter Selasky2014-03-011-6/+26
* Don't generate devd rules for WSP device ID's found in the ATP driver yet.Hans Petter Selasky2014-02-251-1/+2
* Updates for WSP driver:Hans Petter Selasky2014-02-251-8/+17
* Fix compiler warning.Hans Petter Selasky2014-02-241-5/+0
* Update ATP driver:Hans Petter Selasky2014-02-241-10/+29
* Update ATP driver:Hans Petter Selasky2014-02-231-1120/+1511
* - Remove not needed definitions from driver.Hans Petter Selasky2014-02-131-270/+43
* Add a comment about the origin of some structures, defines and so on.Hans Petter Selasky2014-02-011-0/+19
* Fix for unexpected selection with two fingers sometimes.Hans Petter Selasky2014-01-311-17/+34
* - Remove some dead code.Hans Petter Selasky2014-01-291-87/+37
* Add support for trackpads found in Apple MacBook products. While at itHans Petter Selasky2014-01-291-0/+1438
* When detaching a [USB] keyboard, keys might still be pressed. EnsureHans Petter Selasky2014-01-281-1/+14
* Revert r260622:Hans Petter Selasky2014-01-281-36/+0
* Don't output any modifier keys before we see a validHans Petter Selasky2014-01-141-0/+36
* Force keyboards which don't have the requiredHans Petter Selasky2013-08-201-2/+6
* Allow regular off-the-shelf keyboards to be overclocked like so-calledHans Petter Selasky2013-07-131-3/+22
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-303-3/+6
* Fix detection of Razer Copperhead as a USB mouse.Hans Petter Selasky2013-01-102-60/+23