usbdev: adb use fs device for ep process

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
zhangyuan21 2023-08-30 10:53:10 +08:00 committed by Xiang Xiao
parent 1f6d9bbd17
commit 59f7fe11a3
2 changed files with 70 additions and 1614 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff