USB: android: Use composite class driver for enabling and disabling functions
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
committed by
Colin Cross
parent
f041ac6903
commit
053297308f
@@ -299,6 +299,7 @@ static struct usb_composite_driver android_usb_driver = {
|
||||
.dev = &device_desc,
|
||||
.strings = dev_strings,
|
||||
.bind = android_bind,
|
||||
.enable_function = android_enable_function,
|
||||
};
|
||||
|
||||
void android_register_function(struct android_usb_function *f)
|
||||
|
||||
Reference in New Issue
Block a user