aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hid/hmt.c
Commit message (Expand)AuthorAgeFilesLines
* hmt(4): Do not require input report HID usages to be a member of TLCVladimir Kondratyev2023-11-271-5/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* hidbus(4): Use generic hid methods to start and stop interruptsVladimir Kondratyev2023-08-031-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* hid: Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* hid: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* newbus: add bus_topo_assertWarner Losh2021-12-101-2/+2
* hmt(4): Add support for touchpads with no "button type" orVladimir Kondratyev2021-09-021-13/+15
* hmt(4): Add support for serial packet reporting modeVladimir Kondratyev2021-09-021-7/+21
* hmt(4): Adapt to recent KPI changesVladimir Kondratyev2021-09-021-76/+57
* hmt(4): Do not ignore constant usages in HID report descriptor parserJack2021-08-161-2/+2
* hmt(4): Store Contact Count in separate variable.Vladimir Kondratyev2021-08-161-12/+14
* hmt: Allow I2C sampling mode support to be compiled out.Vladimir Kondratyev2021-01-201-0/+10
* hid: Port multitouch hmt(4) driver to hidbus and attach to buildVladimir Kondratyev2021-01-071-491/+358
* hid: Copy wmt(4) to HID subsystem as a base to upcoming hmt(4) driver.Vladimir Kondratyev2021-01-071-0/+1043