|
@@ -276,6 +276,8 @@ struct usb_composite_driver {
|
|
int (*bind)(struct usb_composite_dev *);
|
|
int (*bind)(struct usb_composite_dev *);
|
|
int (*unbind)(struct usb_composite_dev *);
|
|
int (*unbind)(struct usb_composite_dev *);
|
|
|
|
|
|
|
|
+ void (*disconnect)(struct usb_composite_dev *);
|
|
|
|
+
|
|
/* global suspend hooks */
|
|
/* global suspend hooks */
|
|
void (*suspend)(struct usb_composite_dev *);
|
|
void (*suspend)(struct usb_composite_dev *);
|
|
void (*resume)(struct usb_composite_dev *);
|
|
void (*resume)(struct usb_composite_dev *);
|