summaryrefslogtreecommitdiff
path: root/sys/dev/hid/hmt.c
AgeCommit message (Expand)Author
2023-11-02hmt(4): Do not require input report HID usages to be a member of TLCVladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-03hidbus(4): Use generic hid methods to start and stop interruptsVladimir Kondratyev
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-04hid: Remove a double word in a source code commentGordon Bergling
2022-05-06hid: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-09newbus: add bus_topo_assertWarner Losh
2021-09-02hmt(4): Add support for touchpads with no "button type" orVladimir Kondratyev
2021-09-02hmt(4): Add support for serial packet reporting modeVladimir Kondratyev
2021-09-02hmt(4): Adapt to recent KPI changesVladimir Kondratyev
2021-08-16hmt(4): Do not ignore constant usages in HID report descriptor parserJack
2021-08-16hmt(4): Store Contact Count in separate variable.Vladimir Kondratyev
2021-01-20hmt: Allow I2C sampling mode support to be compiled out.Vladimir Kondratyev
2021-01-08hid: Port multitouch hmt(4) driver to hidbus and attach to buildVladimir Kondratyev
2021-01-08hid: Copy wmt(4) to HID subsystem as a base to upcoming hmt(4) driver.Vladimir Kondratyev