FIDO(4) - Device Drivers Manual # FIDO(4) - Device Drivers Manual
NAME # fido - FIDO/U2F security keys
SYNOPSIS # fido* at uhidev?
DESCRIPTION # The fido driver provides support for FIDO/U2F-compatible USB security keys. They are Human Interface Devices (HID) which can be accessed via the /dev/fido/N interface.
The driver is compatible with the read(2), write(2), and ioctl(2) operations of the generic uhid(4) device but only accepts the optional HID ioctl(2) calls from root.
...
UHID(4) - Device Drivers Manual # UHID(4) - Device Drivers Manual
NAME # uhid - USB generic HID support
SYNOPSIS # uhid* at uhidev?
#include <dev/usb/usb.h>
DESCRIPTION # The uhid driver provides support for all HID (Human Interface Device) interfaces in USB devices that do not have a special driver.
The device handles the following ioctl(2) calls:
USB_GET_DEVICEINFO struct, usb_device_info, *devinfo
Get summarized information about the device.
USB_GET_REPORT_ID int, *repid
...
Utpms,
Ukbd,
Upd,
Uslhcom,
Uoakrh,
Ucc,
Uoaklux,
Ugold,
Ums,
Umstc,
Usb,
Uthum,
Uoakv,
Umt,
Fido,
Uhidpp,
Intro,
Utrh,
Ucycom,
Uwacom,
Uhid,
Utwitch,
Ujoy,
Uhidev UHIDEV(4) - Device Drivers Manual # UHIDEV(4) - Device Drivers Manual
NAME # uhidev - USB Human Interface Device support
SYNOPSIS # uhidev* at uhub? fido* at uhidev? ucc* at uhidev? ucycom* at uhidev? ugold* at uhidev? uhid* at uhidev? uhidpp* at uhidev? ujoy* at uhidev? ukbd* at uhidev? ums* at uhidev? umstc* at uhidev? umt* at uhidev? uoaklux* at uhidev? uoakrh* at uhidev? uoakv* at uhidev? upd* at uhidev?
...
UJOY(4) - Device Drivers Manual # UJOY(4) - Device Drivers Manual
NAME # ujoy - USB joystick/gamecontroller
SYNOPSIS # ujoy* at uhidev?
DESCRIPTION # The ujoy driver provides support for USB joysticks and other gamecontrollers. They are Human Interface Devices (HID) which can be accessed via the /dev/ujoy/N interface.
The driver is compatible with read(2), and a subset of ioctl(2) operations of the generic uhid(4) device.
FILES # /dev/ujoy/*‌
...
USBHIDACTION(1) - General Commands Manual # USBHIDACTION(1) - General Commands Manual
NAME # usbhidaction - perform actions according to USB HID controls
SYNOPSIS # usbhidaction [-div] -c config-file -f device arg …
DESCRIPTION # usbhidaction can be used to execute commands when certain values appear on HID controls. The normal operation for this program is to read the configuration file and then become a daemon and execute commands as the HID items specify.
...
USBHIDCTL(1) - General Commands Manual # USBHIDCTL(1) - General Commands Manual
NAME # usbhidctl - manipulate USB HID devices
SYNOPSIS # usbhidctl -f device [-t table] [-alv]
usbhidctl -f device [-t table] [-v] -r
usbhidctl -f device [-t table] [-lnv] name …
usbhidctl -f device [-t table] -w name=value …
usbhidctl -f device -R
DESCRIPTION # usbhidctl can be used to output or modify the state of a USB HID (Human Interface Device).
...