UGEN(4) - Device Drivers Manual # UGEN(4) - Device Drivers Manual
NAME # ugen - USB generic device support
SYNOPSIS # ugen* at uhub?
DESCRIPTION # The ugen driver provides support for all USB devices that do not have a special driver. It supports access to all parts of the device, but not in a way that is as convenient as a special purpose driver.
There can be up to 127 USB devices connected to a USB bus.
...
UGL(4) - Device Drivers Manual # UGL(4) - Device Drivers Manual
NAME # ugl - Genesys Logic based host-to-host adapters
SYNOPSIS # ugl* at uhub?
DESCRIPTION # The ugl driver provides support for Genesys Logic GL620USB-A based host-to-host USB connectors.
The ugl driver appears as an Ethernet interface and should be configured with ifconfig(8) in the same way as other Ethernet interfaces. It does not support different media types or options.
...
UHCI(4) - Device Drivers Manual # UHCI(4) - Device Drivers Manual
NAME # uhci - USB Universal Host Controller Interface
SYNOPSIS # uhci* at cardbus? uhci* at pci? usb* at uhci?
DESCRIPTION # The uhci driver provides support for USB Universal Host Controller Interface, which provides an interface to usb(4) devices.
SEE ALSO # cardbus(4), ehci(4), intro(4), ohci(4), pci(4), usb(4)
HISTORY # The uhci driver appeared in OpenBSD 2.7.
...
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?
...
UHIDPP(4) - Device Drivers Manual # UHIDPP(4) - Device Drivers Manual
NAME # uhidpp - Logitech HID++ devices
SYNOPSIS # uhidpp* at uhidev?
DESCRIPTION # The uhidpp driver provides support for Logitech HID++ devices. It exposes a collection of battery sensor values which are made available through the sysctl(8) interface.
SEE ALSO # intro(4), uhidev(4), usb(4), sensorsd(8), sysctl(8)
HISTORY # The uhidpp driver first appeared in OpenBSD 6.9.
AUTHORS # The uhidpp driver was written by Anton Lindqvist <anton@openbsd.
...
UIPAQ(4) - Device Drivers Manual # UIPAQ(4) - Device Drivers Manual
NAME # uipaq - iPAQ USB units
SYNOPSIS # uipaq* at uhub? ucom* at uipaq?
DESCRIPTION # The uipaq driver provides support for the USB serial emulation provided by the iPAQ devices.
The device is accessed through the ucom(4) driver which makes it behave like a tty(4).
HARDWARE # The uipaq driver supports the following adapters:
Alltel UTStarcom PPC6700
...
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/*‌
...
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.
...
UKSPAN(4) - Device Drivers Manual # UKSPAN(4) - Device Drivers Manual
NAME # ukspan - Keyspan USB serial adapter
SYNOPSIS # ukspan* at uhub? ucom* at ukspan?
DESCRIPTION # The ukspan driver supports the TrippLite Keyspan USA-19HS serial adapter, which is made accessible through ucom(4).
SEE ALSO # tty(4), ucom(4), uhub(4), usb(4)
HISTORY # The ukspan driver first appeared in OpenBSD 6.6.
AUTHORS # The ukspan driver was written by Cody Cutler <ccutler@csail.
...