summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/uep.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-13usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin
2021-01-08evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2019-12-01usb: remove some extraneous tty.h includesKyle Evans
2018-08-13evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev
2018-08-05uep(4): add evdev supportVladimir Kondratyev
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-08-24Bring datasheet URL up to date.Kevin Lo
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-06-24- Export more USB device ID's.Hans Petter Selasky
2010-09-01Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson
2010-05-25Add uep(4), driver for USB onscreen touch panel from eGalax.Gleb Smirnoff