forked from len0rd/rockbox
- change the usb class driver framework to allow for device classes with more than one interface or more than one endpoint pair
- move the charging-only dummy driver out of usb_core git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17252 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
33c44461e1
commit
bec6aa3176
10 changed files with 279 additions and 152 deletions
|
|
@ -235,6 +235,7 @@ drivers/audio/mas35xx.c
|
|||
usbstack/usb_core.c
|
||||
usbstack/usb_storage.c
|
||||
usbstack/usb_serial.c
|
||||
usbstack/usb_charging_only.c
|
||||
#if CONFIG_USBOTG == USBOTG_ARC
|
||||
target/arm/usb-drv-arc.c
|
||||
#elif CONFIG_USBOTG == USBOTG_ISP1583
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue