提交 1f5b9cc9 编写于 作者: H Hvard Skinnemoen 提交者: Greg Kroah-Hartman

USB: list atmel husb2_udc gadget controller

This identifies the driver for the Atmel HUSB2 Device Controller,
as integrated into the first AVR32 chip, the AT32AP700.

From: Hvard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 49631ca7
...@@ -75,6 +75,12 @@ ...@@ -75,6 +75,12 @@
#define gadget_is_pxa27x(g) 0 #define gadget_is_pxa27x(g) 0
#endif #endif
#ifdef CONFIG_USB_GADGET_HUSB2DEV
#define gadget_is_husb2dev(g) !strcmp("husb2_udc", (g)->name)
#else
#define gadget_is_husb2dev(g) 0
#endif
#ifdef CONFIG_USB_GADGET_S3C2410 #ifdef CONFIG_USB_GADGET_S3C2410
#define gadget_is_s3c2410(g) !strcmp("s3c2410_udc", (g)->name) #define gadget_is_s3c2410(g) !strcmp("s3c2410_udc", (g)->name)
#else #else
...@@ -169,5 +175,7 @@ static inline int usb_gadget_controller_number(struct usb_gadget *gadget) ...@@ -169,5 +175,7 @@ static inline int usb_gadget_controller_number(struct usb_gadget *gadget)
return 0x16; return 0x16;
else if (gadget_is_mpc8272(gadget)) else if (gadget_is_mpc8272(gadget))
return 0x17; return 0x17;
else if (gadget_is_husb2dev(gadget))
return 0x18;
return -ENOENT; return -ENOENT;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册