Commit 9968d390 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] USB: autoconf for gadget serial

Here is a patch to add endpoint autoconfiguration to the gadget
serial driver.  I pretty much copied gadget zero autoconfig
for this.  Tested with a NetChip 2280 development board.
Signed-off-by: default avatarAl Borchers <alborchers@steinerpoint.com>
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 9ed4bc8a
......@@ -11,7 +11,7 @@ obj-$(CONFIG_USB_GOKU) += goku_udc.o
#
g_zero-objs := zero.o usbstring.o config.o epautoconf.o
g_ether-objs := ether.o usbstring.o config.o epautoconf.o
g_serial-objs := serial.o usbstring.o
g_serial-objs := serial.o usbstring.o epautoconf.o
gadgetfs-objs := inode.o
g_file_storage-objs := file_storage.o usbstring.o config.o \
epautoconf.o
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment