Skip to content

Commit

Permalink
usb ethernet gadget: split RNDIS function
Browse files Browse the repository at this point in the history
This is a RNDIS function driver, extracted from the all-in-one
Ethernet gadget driver.

Lightly tested ... there seems to be a pre-existing problem when
talking to Windows XP SP2, not quite sure what's up with that yet.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jul 21, 2008
1 parent da741b8 commit 45fe3b8
Show file tree
Hide file tree
Showing 3 changed files with 848 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ g_printer-objs := printer.o usbstring.o config.o \
epautoconf.o

ifeq ($(CONFIG_USB_ETH_RNDIS),y)
g_ether-objs += rndis.o
g_ether-objs += f_rndis.o rndis.o
endif

obj-$(CONFIG_USB_ZERO) += g_zero.o
Expand Down
Loading

0 comments on commit 45fe3b8

Please sign in to comment.