Page MenuHomeFreeBSD

hid: Import hidmap and bunch of drivers based on it.
ClosedPublic

Authored by wulf on Jan 6 2021, 1:11 AM.
Tags
None
Referenced Files
F102186921: D27993.diff
Fri, Nov 8, 4:31 PM
Unknown Object (File)
Oct 5 2024, 9:29 PM
Unknown Object (File)
Sep 24 2024, 4:55 PM
Unknown Object (File)
Sep 19 2024, 2:32 AM
Unknown Object (File)
Sep 17 2024, 8:42 PM
Unknown Object (File)
Sep 17 2024, 9:46 AM
Unknown Object (File)
Sep 17 2024, 5:07 AM
Unknown Object (File)
Sep 17 2024, 3:36 AM
Subscribers
None

Details

Summary

Hidmap is a generic HID item value to evdev event conversion engine that makes possible to write HID drivers in mostly declarative way with defining of translation tables.

This change includes following drivers:

  • 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.

And some drivers submitted by Greg V:

  • hpen - Generic / MS Windows compatible HID pen tablet driver.
  • hgame - Generic game controller and joystick driver.
  • xb360gp - driver for Xbox360-compatible game controllers.

This revision is subset of https://reviews.freebsd.org/D27777

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable