]> err.no Git - linux-2.6/commit
[PATCH] USB: usbnet driver fixes
authorDavid Brownell <david-b@pacbell.net>
Tue, 10 May 2005 13:45:10 +0000 (06:45 -0700)
committerGreg KH <gregkh@suse.de>
Tue, 17 May 2005 04:44:25 +0000 (21:44 -0700)
commit80615f81534109a22a732d0328d63ced4432824e
treedddfa2683508d40eb965841169d0ac21435c2cf2
parentd3f0fcec2d50a18a84c4f3dd7683206ed37ca009
[PATCH] USB: usbnet driver fixes

Updates to the usbnet driver:

 - Remove a warning when built with Zaurus support but not CDC Ethernet;
   just moves an #ifdef to cover more code

 - Two tweaks to the pseudo-MDLM support:
    * correctly handle _either_ of the two GUIDs
    * ignore a padding bit that doesn't seem necessary

 - Remove ID for one Motorola phone that uses the MDLM stuff.

It also updates the Kconfig helptext to make it clearer that the "Zaurus"
configuration option supports an increasing (sigh) family of nonstandard
peripheral protocols.

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/usbnet.c