Describes os descriptors associated with one interface of a usb_function
struct usb_os_desc_table { int if_id; struct usb_os_desc * os_desc; };
if_id
Interface id
os_desc
"Extended Compatibility ID“ and ”Extended Properties" of the interface
Each interface can have at most one “Extended Compatibility ID” and a number of “Extended Properties”.
David Brownell <[email protected]>
Author.