summaryrefslogtreecommitdiff
path: root/sys/modules/hid/hsctrl
AgeCommit message (Collapse)Author
2024-11-29sys/modules/hid/*: Fix standalone buildSHENG-YI HONG
Co-authored-by: Daniel Schaefer <dhs@frame.work> Reviewed by: imp, wulf Differential Revision: https://reviews.freebsd.org/D47830
2024-07-15Remove residual blank line at start of MakefileWarner Losh
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
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2021-01-08hid: Import hidmap and bunch of drivers based on itVladimir Kondratyev
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