aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/uep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r355206, r355212, r355257, r355271: tty nitsKyle Evans2019-12-221-1/+0
* evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev2018-08-131-5/+7
* uep(4): add evdev supportVladimir Kondratyev2018-08-051-5/+98
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Bring datasheet URL up to date.Kevin Lo2016-08-241-1/+1
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* - Export more USB device ID's.Hans Petter Selasky2011-06-241-10/+11
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Add uep(4), driver for USB onscreen touch panel from eGalax.Gleb Smirnoff2010-05-251-0/+441