aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid/hsctrl
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules/hid/*: Fix standalone buildSHENG-YI HONG2024-11-291-0/+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/
* hid: Import hidmap and bunch of drivers based on itVladimir Kondratyev2021-01-071-0/+9
hidmap is a kernel module that maps HID input usages to evdev events. Following dependent drivers is included in the commit: hms - HID mouse driver. hcons - Consumer page AKA Multimedia keys driver. hsctrl - System Controls page (Power/Sleep keys) driver. ps4dshock - Sony DualShock 4 gamepad driver. Reviewed by: hselasky Differential revision: https://reviews.freebsd.org/D27993