aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variable warning in usb's atp.cDimitry Andric2022-07-291-3/+0
* atp: Remove unused variable.John Baldwin2022-07-291-2/+0
* uhid(4): Don't read-ahead from the USB IN endpoint.Hans Petter Selasky2022-06-301-0/+6
* Fix a common typo in man pages and src commentsGordon Bergling2021-09-021-1/+1
* ums(4): Do not stop USB xfers on FIFO close when evdev is still activeVladimir Kondratyev2021-06-131-5/+8
* ums(4): Start USB xfers on opening of evdev node unconditionally.Vladimir Kondratyev2021-06-131-1/+1
* ukbd: Fix handling of keyboard ErrorRollOver reportsVladimir Kondratyev2021-02-231-1/+6
* ukbd(4): Push LED events in ioctl handler rather than in xfer callbackVladimir Kondratyev2021-02-051-5/+5
* ukbd(4): Do not serialize evdev key eventsVladimir Kondratyev2021-02-051-3/+6
* MFC r367236:Hans Petter Selasky2020-11-101-0/+21
* MFC r363420:Mark Johnston2020-07-292-16/+0
* MFC r359439:Hans Petter Selasky2020-04-021-3/+17
* MFC r358824:Vladimir Kondratyev2020-03-171-3/+2
* MFC r358895Vladimir Kondratyev2020-03-141-7/+11
* MFC r358609:Hans Petter Selasky2020-03-061-9/+3
* MFC r358310:Hans Petter Selasky2020-02-281-6/+8
* MFC r357861 and r357898:Hans Petter Selasky2020-02-211-331/+188
* MFC r355206, r355212, r355257, r355271: tty nitsKyle Evans2019-12-223-3/+0
* MFC r355796-r355797, r355799: kbd: defaults for get_fkeystr/diagKyle Evans2019-12-221-2/+0
* MFC r355793: kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-221-1/+1
* MFC r340338:Vladimir Kondratyev2019-01-182-0/+28
* MFC r339823:Vladimir Kondratyev2018-11-171-1/+1
* wmt(4): Fix regression introduced in r337289Vladimir Kondratyev2018-09-041-1/+1
* evdev: Remove evdev.ko linkage dependency on kbd driverVladimir Kondratyev2018-08-131-1/+19
* evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev2018-08-133-14/+49
* uep(4): add evdev supportVladimir Kondratyev2018-08-051-5/+98
* wmt(4): Use internal function to calculate input report sizeVladimir Kondratyev2018-08-041-6/+7
* wmt(4): Read Microsoft's "Touch Hardware Quality Assurance" certificate blobVladimir Kondratyev2018-08-041-0/+20
* wmt(4): Read 'Contact count maximum' usage value from feature reportVladimir Kondratyev2018-08-041-12/+109
* Attempt to fix build by removing EOF backslash-newlineEd Maste2018-05-161-1/+1
* Add new USB HID driver for Super Nintendo gamepads.Hans Petter Selasky2018-05-152-0/+672
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Fix for regression issue in USB keyboard driver after r304735.Hans Petter Selasky2018-03-281-13/+17
* Add support for right and middle click with integrated button to WSPHans Petter Selasky2018-03-271-1/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* ums(4): Unreverse evdev Tilt-axis reporting to match Linux.Vladimir Kondratyev2017-10-191-3/+3
* Add support for generic MS Windows 7/8/10-compatible USB HID touchscreensVladimir Kondratyev2017-08-191-0/+729
* Bring the handling of the y axis in the ums driver in-line with the otherPeter Grehan2017-03-221-1/+1
* Make wsp process a single touchpad tap and interpret it as aWarner Losh2017-03-011-1/+6
* Make sure the virtual T-axis buttons generate button release event(s)Hans Petter Selasky2016-11-011-2/+5
* Make sure the virtual T-axis buttons gets cleared for USB mice which hasHans Petter Selasky2016-10-311-1/+4
* EVDEV: ums evdev support improvements: locking and event reportingOleksandr Tymoshenko2016-10-221-23/+40
* const-ify struct evdev_methodsOleksandr Tymoshenko2016-10-032-2/+2
* Modularize evdevOleksandr Tymoshenko2016-10-022-24/+24
* Declare a module for evdev and add dependency to ukbd(4) and ums(4)Oleksandr Tymoshenko2016-09-302-0/+6
* Do not perform extra check for NULL, evdev_free can handle NULL valueOleksandr Tymoshenko2016-09-231-2/+1
* Add evdev support to ums(4)Oleksandr Tymoshenko2016-09-211-54/+202
* Add evdev support to ukbd driverOleksandr Tymoshenko2016-09-211-0/+80
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-141-44/+19
* Correctly map the USB mouse tilt delta values into buttons 5 and 6Hans Petter Selasky2016-09-081-2/+2