]> git.baikalelectronics.ru Git - kernel.git/commit
USB: driver for mcs7830 (aka DeLOCK) USB ethernet adapter
authorArnd Bergmann <arnd@arndb.de>
Sun, 8 Oct 2006 22:08:00 +0000 (00:08 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Oct 2006 21:46:32 +0000 (14:46 -0700)
commit3d0d3c45ebe42157b962b2b1ec49be3f0e1108b5
tree622266ad628307fe8e9ceec355c910b8c70a53b1
parentd5a56fb0b959f9251d917c02d13dc8a085d5d512
USB: driver for mcs7830 (aka DeLOCK) USB ethernet adapter

This driver adds support for the DeLOCK USB ethernet adapter
and potentially others based on the MosChip MCS7830 chip.

It is based on the usbnet and asix drivers as well as the
original device driver provided by MosChip, which in turn
was based on the usbnet driver.

It has been tested successfully on an OHCI, but interestingly
there seems to be a problem with the mcs7830 when connected to
the ICH6/EHCI in my thinkpad: it keeps receiving lots of
broken packets in the RX interrupt. The problem goes away when
I'm using an active USB hub, so I assume it's not related to
the device driver, but rather to the hardware.

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