aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hid/hidmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hidmap: Do not forget to initialize bitmap items to unset stateVladimir Kondratyev2021-09-021-1/+2
* hidmap: Implement forbidden flag for hidmap item.Vladimir Kondratyev2021-09-021-1/+4
* hid: fix extraneous SYSCTL_ADD_INT() options revealed by LINT buildVladimir Kondratyev2021-01-101-1/+1
* hid: Import hidmap and bunch of drivers based on itVladimir Kondratyev2021-01-071-0/+832