Update Android USB Gadgets to latest from the Legend tree
/include/linux/usb/android_composite.h
blob:50a5d12bc3ec70ac3ab14abcab45bed50238e6cb -> blob:0c4e7836464be461217e9352d2f29be51e34784c
--- include/linux/usb/android_composite.h
+++ include/linux/usb/android_composite.h
@@ -89,9 +89,10 @@ extern void android_usb_set_connected(in
extern void android_register_function(struct android_usb_function *f);
-extern void android_enable_function(struct usb_function *f, int enable, bool reset);
+extern void android_enable_function(struct usb_function *f, int enable);
extern int android_get_model_id(void);
+extern int android_switch_function(unsigned func);
#endif /* __LINUX_USB_ANDROID_H */