Contents

USB

Implement a driver that supports Universal Serial Bus (USB) devices.

Overview

Use kernel extensions to implement support for devices with real-time requirements, such as audio and video devices.

This framework refers to the USB Implementers Forum (USB-IF) Universal Serial Bus 3.2 Specification, Revision 1.0, September 22, 2017. You can view this specification and other referenced USB specifications at http://www.usb.org/.

Topics

Device Communication

USB Specifications

Actions

See Also

Hardware Interconnects