summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/wmt.c
AgeCommit message (Expand)Author
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-02-04wmt: purge EOL release compatibilityElliott Mitchell
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-09-02wmt(4): Adapt to recent KPI changesVladimir Kondratyev
2021-01-14hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev
2021-01-08hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev
2021-01-08hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev
2021-01-08Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev
2021-01-08evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev
2020-12-24wmt: quiet gcc -WparenthesesRyan Libby
2020-12-24wmt(4): Use sys/param.h macroses to work with bit fieldsVladimir Kondratyev
2020-12-24wmt(4): Refactor 'Contact Count Maximum' parsingVladimir Kondratyev
2020-12-24wmt(4): Add support for hardware timestamp reportingVladimir Kondratyev
2020-12-24wmt(4): Add support for touchpadsVladimir Kondratyev
2020-12-24wmt(4): Fetch and parse HID report descriptor only one timeVladimir Kondratyev
2020-12-24wmt(4): Add support for hybrid modeVladimir Kondratyev
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-11wmt(4): Reapply r358872 (by hselasky) modified to useVladimir Kondratyev
2020-03-11wmt(4): revert r358872 (by hselasky)Vladimir Kondratyev
2020-03-11If the USB frame length is set to 1024 bytes, WMT_BSIZE, the EETI controllerHans Petter Selasky
2020-03-09wmt(4): Fix Synaptics Touch Digitizer V04 attachmentVladimir Kondratyev
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2018-11-10wmt(4): Add PNP record so it could be picked by devd/devmatch.Vladimir Kondratyev
2018-09-04wmt(4): Fix regression introduced in r337289Vladimir Kondratyev
2018-08-13evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev
2018-08-04wmt(4): Use internal function to calculate input report sizeVladimir Kondratyev
2018-08-04wmt(4): Read Microsoft's "Touch Hardware Quality Assurance" certificate blobVladimir Kondratyev
2018-08-04wmt(4): Read 'Contact count maximum' usage value from feature reportVladimir Kondratyev
2017-08-19Add support for generic MS Windows 7/8/10-compatible USB HID touchscreensVladimir Kondratyev