diff options
author | Tom Rix <Tom.Rix@windriver.com> | 2009-10-31 12:37:41 -0500 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2009-12-20 12:47:37 +0100 |
commit | f298e4b6dd56df3e35a13a6ddd572ca3baf06ad2 (patch) | |
tree | df52bb5df9b9d717e1927bd652b8cdcc04d35f59 /include/usb.h | |
parent | bffbb2a86d2a3aa28bd8f9869aa553082fb5af5f (diff) |
OMAP3 Add usb device support
This change adds the usb device support for musb.
Omap3 platform support added at the same level as davinci.
The interface for usbtty to use the musb device support was added.
Verified on omap3 beagle, zoom1 and zoom2.
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
Diffstat (limited to 'include/usb.h')
-rw-r--r-- | include/usb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h index 4148d67e121..1cc3e4229da 100644 --- a/include/usb.h +++ b/include/usb.h @@ -131,7 +131,8 @@ struct usb_device { #if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \ defined(CONFIG_USB_EHCI) || defined(CONFIG_USB_OHCI_NEW) || \ defined(CONFIG_USB_SL811HS) || defined(CONFIG_USB_ISP116X_HCD) || \ - defined(CONFIG_USB_R8A66597_HCD) || defined(CONFIG_USB_DAVINCI) + defined(CONFIG_USB_R8A66597_HCD) || defined(CONFIG_USB_DAVINCI) || \ + defined(CONFIG_USB_OMAP3) int usb_lowlevel_init(void); int usb_lowlevel_stop(void); |