diff --git a/include/linux/usb.h b/include/linux/usb.h index 856d232c756235bcf66ce5d20d0609914d5d5cfd..d81b050e5955b5b7aea41bf582d873689e2a710f 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -47,6 +47,7 @@ struct usb_driver; * @urb_list: urbs queued to this endpoint; maintained by usbcore * @hcpriv: for use by HCD; typically holds hardware dma queue head (QH) * with one or more transfer descriptors (TDs) per urb + * @kobj: kobject for sysfs info * @extra: descriptors following this endpoint in the configuration * @extralen: how many bytes of "extra" are valid *