History log of /freebsd-13.1/sys/dev/hid/hidmap.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0
# 116adffd 02-Sep-2021 Vladimir Kondratyev <[email protected]>

hidmap: Do not forget to initialize bitmap items to unset state

(cherry picked from commit bbed4b41c9f193996f704b3262126e59810b30c9)


# 1a918f43 02-Sep-2021 Vladimir Kondratyev <[email protected]>

hidmap: Implement forbidden flag for hidmap item.

If HID usage is mapped to evdev event by hidmap item marked with this
flag than entire driver attachment is blocked.

(cherry picked from commit cde

hidmap: Implement forbidden flag for hidmap item.

If HID usage is mapped to evdev event by hidmap item marked with this
flag than entire driver attachment is blocked.

(cherry picked from commit cded1fdb3763ba1f0f3663e605a5e63089dc8e22)

show more ...


Revision tags: release/13.0.0
# 8ffcde25 09-Jan-2021 Vladimir Kondratyev <[email protected]>

hid: fix extraneous SYSCTL_ADD_INT() options revealed by LINT build

Reviewed by: hselasky (as part of D28060)


Revision tags: release/12.2.0
# afd590d9 14-Oct-2020 Vladimir Kondratyev <[email protected]>

hid: Import hidmap and bunch of drivers based on it

hidmap is a kernel module that maps HID input usages to evdev events.

Following dependent drivers is included in the commit:

hms - HID mou

hid: Import hidmap and bunch of drivers based on it

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

show more ...