Expand description
Abstractions for the USB bus.
C header: include/linux/usb.h
Structs§
- Adapter
- An adapter for the registration of USB drivers.
- Device
Id - Abstraction for the USB device ID structure, i.e.
struct usb_device_id
. - Interface
- A USB interface.
Traits§
- Driver
- The USB driver trait.