[PATCH] USB: usbnet (9/9) module for pl2301/2302 cables
authorDavid Brownell <david-b@pacbell.net>
Wed, 31 Aug 2005 16:54:50 +0000 (09:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 23:28:33 +0000 (16:28 -0700)
commit090ffa9d0e904e1ed0f86c84dcf20684a8ac1a5a
treeccbe0623e934d69d3c51e99138a5720ef9e7f823
parent64e049102d3de3e61409cb6019403a9e689dfda6
[PATCH] USB: usbnet (9/9) module for pl2301/2302 cables

This wraps up the conversion of the "usbnet" driver structure, by
moving the Prolific PL-2201/2302 minidriver to a module of its own.
It also includes some minor cleanups to the remaining "usbnet" file,
notably removing that long changelog at the top.

Minor historical note:  Linux 2.2 first called the driver for
this hardware "plusb".

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/Kconfig
drivers/usb/net/Makefile
drivers/usb/net/plusb.c [new file with mode: 0644]
drivers/usb/net/usbnet.c