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
Unknown Object (File)
Thu, Apr 11, 11:13 PM
Unknown Object (File)
Dec 10 2023, 10:31 PM
Unknown Object (File)
Dec 2 2023, 6:58 PM
Unknown Object (File)
Nov 4 2023, 6:04 AM
Unknown Object (File)
Oct 3 2023, 6:03 AM
Unknown Object (File)
Sep 6 2023, 6:04 AM
Unknown Object (File)
Sep 6 2023, 6:03 AM
Unknown Object (File)
Sep 6 2023, 6:02 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