usb_string_ids_tab (9) Linux Manual Page
usb_string_ids_tab – allocate unused string IDs in batch Synopsis int usb_string_ids_tab(struct usb_composite_dev *cdev, struct usb_string *str); Arguments cdev the device whose string descriptor IDs are being allocated str an array of usb_string objects to assign numbers to Context single threaded during gadget setup Description usb_string_ids() is called from bind callbacks to allocate string IDs. Drivers…
