usbdev: adb use fs device for ep process
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
parent
1f6d9bbd17
commit
59f7fe11a3
@ -590,6 +590,7 @@ endif # CDCACM
|
||||
menuconfig USBADB
|
||||
bool "USB Android Debug Bridge (ADB) support"
|
||||
default n
|
||||
select USBDEV_FS
|
||||
---help---
|
||||
Enables USB Android Debug Bridge (ADB) support
|
||||
|
||||
@ -717,12 +718,6 @@ config USBADB_INTERFACESTR
|
||||
string "Interface descriptor string"
|
||||
default "ADB Interface"
|
||||
|
||||
config USBADB_NPOLLWAITERS
|
||||
int "Number of ADB poll waiters"
|
||||
default 1
|
||||
---help---
|
||||
Maximum number of threads that can be waiting on poll().
|
||||
|
||||
endif # USBADB
|
||||
|
||||
menuconfig USBMSC
|
||||
|
1677
drivers/usbdev/adb.c
1677
drivers/usbdev/adb.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user