linux/drivers/usb/net
David Brownell 38bde1d469 [PATCH] USB: usbnet (2/9) module for simple network links
This patch creates the first of several separate "minidriver" modules
for "usbnet".  This one handles only the very simplest hardware, which
can be handled almost entirely by the "usbnet" core.

    - Move device-specific bits into new "cdc_subset.c" driver,
      shrinking "usbnet" by a bunch;

    - Export the functions needed to support this minidriver
      (with EXPORT_SYMBOL_GPL);

    - Update Kconfig and kbuild accordingly.

This one handles about a dozen different device types, with the most
notable ones being Gumstix and most Linux-based PDAs (except Zaurus
running that ancient code from Sharp).

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-09-08 16:28:31 -07:00
..
Kconfig [PATCH] USB: usbnet (2/9) module for simple network links 2005-09-08 16:28:31 -07:00
Makefile [PATCH] USB: usbnet (2/9) module for simple network links 2005-09-08 16:28:31 -07:00
catc.c [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel 2005-09-08 16:23:04 -07:00
cdc_subset.c [PATCH] USB: usbnet (2/9) module for simple network links 2005-09-08 16:28:31 -07:00
kaweth.c [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel 2005-09-08 16:23:04 -07:00
kawethfw.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pegasus.c [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel 2005-09-08 16:23:04 -07:00
pegasus.h [PATCH] NETDEV: Elecom (Laneed) LD-USBL/TX support. 2005-06-27 00:44:08 -04:00
rtl8150.c [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel 2005-09-08 16:23:04 -07:00
usbnet.c [PATCH] USB: usbnet (2/9) module for simple network links 2005-09-08 16:28:31 -07:00
usbnet.h [PATCH] USB: usbnet (2/9) module for simple network links 2005-09-08 16:28:31 -07:00
zd1201.c [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel 2005-09-08 16:23:04 -07:00
zd1201.h [PATCH] USB: PM support for zd1201 2005-06-27 14:43:47 -07:00