Much USB code for ARM USB support

Written by JP Embedded.

Host controller (HCD), mass storage, and hub drivers.

Change-Id: I4237cf7aeb4a1c0205a1876593a9cc67ef3d577e
This commit is contained in:
Wojciech Zajac
2014-06-26 14:05:41 +02:00
committed by Ben Gras
parent bad58c9c51
commit 2d64210c1d
41 changed files with 2905 additions and 427 deletions

8
etc/devmand/usb_hub.cfg Normal file
View File

@@ -0,0 +1,8 @@
usb_driver usb_hub
{
binary = /service/usb_hub;
id {
bInterfaceClass = 0x09;
}
devprefix = usb_hub;
}

View File

@@ -1,6 +1,6 @@
usb_driver usb_storage
{
binary = /usr/sbin/usb_storage;
binary = /service/usb_storage;
id {
bInterfaceClass = 0x08;
}