mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 13:20:45 +00:00
usbdev: adb use fs device for ep process
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
parent
1f6d9bbd17
commit
59f7fe11a3
2 changed files with 70 additions and 1614 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue