1USB_INTERFACE_INFO(9) Host-Side Data Types and Macro USB_INTERFACE_INFO(9)
23
4
NAME
6USB_INTERFACE_INFO - macro used to describe a class of usb interfaces
7
SYNOPSIS
9USB_INTERFACE_INFO(cl, sc, pr);
10
ARGUMENTS
12cl
13bInterfaceClass value
1415
sc
16bInterfaceSubClass value
1718
pr
19bInterfaceProtocol value
20
DESCRIPTION
22This macro is used to create a struct usb_device_id that matches a
23specific class of interfaces.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. November 2011 USB_INTERFACE_INFO(9)