aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid/hmt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules/hid/*: Fix standalone buildSHENG-YI HONG2024-11-291-1/+1
| | | | | | Co-authored-by: Daniel Schaefer <dhs@frame.work> Reviewed by: imp, wulf Differential Revision: https://reviews.freebsd.org/D47830
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* hmt: Allow I2C sampling mode support to be compiled out.Vladimir Kondratyev2021-01-201-0/+1
|
* hid: Port multitouch hmt(4) driver to hidbus and attach to buildVladimir Kondratyev2021-01-071-0/+9
Reviewed by: hselasky Differential revision: https://reviews.freebsd.org/D27990