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
...
UKBD(4) - Device Drivers Manual # UKBD(4) - Device Drivers Manual
NAME # ukbd - USB keyboard support
SYNOPSIS # ukbd* at uhidev? wskbd* at ukbd? option UKBD_LAYOUT=XXX
DESCRIPTION # The ukbd driver provides support for USB keyboards i.e. HID devices in the “keyboard” class. Access to the keyboard is through the wskbd(4) driver.
The ukbd driver supports a number of different key mappings which can be chosen from with the kernel option “UKBD_LAYOUT” at compile time or with the utility wsconsctl(8) (variable: “keyboard.
...
Dwctwo,
Xhci,
Config,
Usbhidaction,
Usbhidctl,
Ohci,
Ioctl,
Uhci,
Ehci,
Usbdevs,
Usb USB(4) - Device Drivers Manual # USB(4) - Device Drivers Manual
NAME # usb, uhub - introduction to Universal Serial Bus support
SYNOPSIS # # octeon specific dwctwo0 at iobus? irq 56 # all architectures ehci* at cardbus? ohci* at cardbus? uhci* at cardbus? ehci* at pci? ohci* at pci? uhci* at pci? xhci* at pci? usb* at dwctwo? usb* at ehci? flags 0x00 usb* at ohci? flags 0x00 usb* at uhci?
...
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).
...