summaryrefslogtreecommitdiff
path: root/sys/dev/hid/hmt.c
Commit message (Expand)AuthorAgeFilesLines
* hmt(4): Add support for touchpads with no "button type" orVladimir Kondratyev2021-09-211-13/+15
* hmt(4): Add support for serial packet reporting modeVladimir Kondratyev2021-09-211-7/+21
* hmt(4): Adapt to recent KPI changesVladimir Kondratyev2021-09-211-75/+56
* hmt(4): Do not ignore constant usages in HID report descriptor parserJack2021-08-231-2/+2
* hmt(4): Store Contact Count in separate variable.Vladimir Kondratyev2021-08-231-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-490/+357
* hid: Copy wmt(4) to HID subsystem as a base to upcoming hmt(4) driver.Vladimir Kondratyev2021-01-071-0/+1043