aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/wmt.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* wmt: purge EOL release compatibilityElliott Mitchell2023-02-041-12/+0
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* wmt(4): Adapt to recent KPI changesVladimir Kondratyev2021-09-021-75/+61
* hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev2021-01-141-4/+0
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-071-0/+4
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-071-52/+13
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+1
* evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev2021-01-071-1/+1
* wmt: quiet gcc -WparenthesesRyan Libby2020-12-241-1/+1
* wmt(4): Use sys/param.h macroses to work with bit fieldsVladimir Kondratyev2020-12-231-23/+23
* wmt(4): Refactor 'Contact Count Maximum' parsingVladimir Kondratyev2020-12-231-29/+18
* wmt(4): Add support for hardware timestamp reportingVladimir Kondratyev2020-12-231-3/+42
* wmt(4): Add support for touchpadsVladimir Kondratyev2020-12-231-15/+184
* wmt(4): Fetch and parse HID report descriptor only one timeVladimir Kondratyev2020-12-231-71/+39
* wmt(4): Add support for hybrid modeVladimir Kondratyev2020-12-231-13/+40
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* wmt(4): Reapply r358872 (by hselasky) modified to useVladimir Kondratyev2020-03-111-7/+11
* wmt(4): revert r358872 (by hselasky)Vladimir Kondratyev2020-03-111-1/+1
* If the USB frame length is set to 1024 bytes, WMT_BSIZE, the EETI controllerHans Petter Selasky2020-03-111-1/+1
* wmt(4): Fix Synaptics Touch Digitizer V04 attachmentVladimir Kondratyev2020-03-091-3/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+1
* wmt(4): Add PNP record so it could be picked by devd/devmatch.Vladimir Kondratyev2018-11-101-0/+7
* wmt(4): Fix regression introduced in r337289Vladimir Kondratyev2018-09-041-1/+1
* evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev2018-08-131-4/+35
* 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
* Add support for generic MS Windows 7/8/10-compatible USB HID touchscreensVladimir Kondratyev2017-08-191-0/+729