]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] USB: usbnet (8/9) module for RNDIS devices
authorDavid Brownell <david-b@pacbell.net>
Wed, 31 Aug 2005 16:54:36 +0000 (09:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 23:28:33 +0000 (16:28 -0700)
commit848f8f755d4791f73ee885ccb7f2eeb5eaac3699
treeede794cb59e0b5ae3fc72e901663646a12e04d38
parente796f907f508b8d3f194f573ff02ff873d37b9c7
[PATCH] USB: usbnet (8/9) module for RNDIS devices

This adds host-side RNDIS support to the "usbnet" driver, so Linux can talk
to various devices (often based on WinCE) that otherwise only Windows could
talk to.

Tested with little-endian Linux talking to a Linux-USB Ethernet/RNDIS based
peripheral.  This also includes updates from Eddie C. Dost <ecd@brainaid.de>
for big-endian SPARC Linux talking to a Nokia 9500 Communicator.

It's still marked as EXPERIMENTAL because this code is so young.  This
ought to let Linux to work with various cable modems that previously
would have been "Windows Only".

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/rndis_host.c [new file with mode: 0644]
drivers/usb/net/usbnet.c