struct_usb_os_desc_table (9) Linux Manual Page
struct_usb_os_desc_table – describes OS descriptors associated with one interface of a usb_function
Synopsis
struct usb_os_desc_table {
int if_id;
struct usb_os_desc *os_desc;
};
Members
if_id
- Interface id
os_desc
- "Extended Compatibility ID” and “Extended Properties" of the interface
Description
Each interface can have at most one “Extended Compatibility ID” and a number of “Extended Properties”.
Author
David Brownell <dbrownell [at] users.sourceforge.net>
- Author.
