aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix key delay and repeat, part 2.Bruce Evans2016-08-241-13/+27
* Bring datasheet URL up to date.Kevin Lo2016-08-241-1/+1
* Fix key delay and repeat, part 1.Bruce Evans2016-08-231-11/+8
* Further fixes for translation of PrintScreen/SysRq.Bruce Evans2016-08-221-5/+31
* Make the UKBD USB transfers double buffered and set them up one by one,Hans Petter Selasky2016-08-211-8/+39
* Fix translation of the PrintScreen/SysRq and Pause/Break keys. AlmostBruce Evans2016-08-211-17/+8
* Keep a reference count on USB keyboard polling to allow recursiveHans Petter Selasky2016-08-051-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