net: usb: refactor for 2.6.36

This commit is contained in:
黄涛
2011-07-30 15:22:16 +08:00
parent 5b2db7bc6c
commit 954871ce89
4 changed files with 4721 additions and 3159 deletions

View File

@@ -196,14 +196,23 @@ config USB_NET_CDC_EEM
IEEE 802 "local assignment" bit is set in the address, a "usbX"
name is used instead.
config USB_NET_DM9601
tristate "Davicom DM9601 based USB 1.1 10/100 ethernet devices"
depends on USB_USBNET
select CRC32
help
This option adds support for Davicom DM9601 based USB 1.1
10/100 Ethernet adapters.
config USB_NET_DM9620
tristate "Davicom DM9620 based USB 1.1 10/100 ethernet devices"
depends on USB_USBNET
select CRC32
default y
help
This option adds support for Davicom DM9601 based USB 1.1
This option adds support for Davicom DM9620 based USB 1.1
10/100 Ethernet adapters.
config USB_NET_SR9700
tristate "WilLing Electrnic SR9700 based USB 2.0"
depends on USB_USBNET

View File

@@ -7,11 +7,13 @@ obj-$(CONFIG_USB_KAWETH) += kaweth.o
obj-$(CONFIG_USB_PEGASUS) += pegasus.o
obj-$(CONFIG_USB_RTL8150) += rtl8150.o
obj-$(CONFIG_USB_HSO) += hso.o
obj-$(CONFIG_USB_NET_AX8817X) += asix.o
obj-$(CONFIG_USB_NET_AX8817X) += asix_new.o
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o
obj-$(CONFIG_USB_NET_CDC_EEM) += cdc_eem.o
obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
obj-$(CONFIG_USB_NET_DM9620) += dm9620.o
obj-$(CONFIG_USB_NET_SR9700) += sr9700.o
obj-$(CONFIG_USB_NET_SMSC95XX) += smsc95xx.o
obj-$(CONFIG_USB_NET_GL620A) += gl620a.o
obj-$(CONFIG_USB_NET_NET1080) += net1080.o
obj-$(CONFIG_USB_NET_PLUSB) += plusb.o

File diff suppressed because it is too large Load Diff

3527
drivers/net/usb/asix_new.c Normal file

File diff suppressed because it is too large Load Diff