mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-19 20:10:43 +09:00
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
Arve Hjønnevåg
parent
f8cf7f90ac
commit
65eb4c8d6e
@@ -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