Skip to content
Commit 165fe97e authored by Craig W. Nadler's avatar Craig W. Nadler Committed by Greg Kroah-Hartman
Browse files

USB: add IAD support to usbfs and sysfs



USB_IAD: Adds support for USB Interface Association Descriptors.

This patch adds support to the USB host stack for parsing, storing, and
displaying Interface Association Descriptors. In /proc/bus/usb/devices
lines starting with A: show the fields in an IAD. In sysfs if an
interface on a USB device is referenced by an IAD the following files
will be added to the sysfs directory for that interface:
iad_bFirstInterface, iad_bInterfaceCount, iad_bFunctionClass, and
iad_bFunctionSubClass, iad_bFunctionProtocol

Signed-off-by: default avatarCraig W. Nadler <craig@nadler.us>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 50d2dc72
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment