summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Makefile
diff options
context:
space:
mode:
authorMatthew Garrett2015-09-20 11:25:38 +0200
committerDavid S. Miller2015-09-22 01:16:16 +0200
commit4a476bd6d1d923922ec950ddc4c27b279f6901eb (patch)
tree0a61e97a433a44748bb8087d49663123ed12243b /drivers/net/usb/Makefile
parentMerge branch 'phy-of-autoload' (diff)
downloadkernel-qcow2-linux-4a476bd6d1d923922ec950ddc4c27b279f6901eb.tar.gz
kernel-qcow2-linux-4a476bd6d1d923922ec950ddc4c27b279f6901eb.tar.xz
kernel-qcow2-linux-4a476bd6d1d923922ec950ddc4c27b279f6901eb.zip
usbnet: New driver for QinHeng CH9200 devices
There's a bunch of cheap USB 10/100 devices based on QinHeng chipsets. The vendor driver supports the CH9100 and CH9200 devices, but the majority of the code is of the if (ch9100) {} else {} form, with the most significant difference being that CH9200 provides a real MII interface but CH9100 fakes one with a bunch of global variables and magic commands. I don't have a CH9100, so it's probably better if someone who does provides an independent driver for it. In any case, this is a lightly cleaned up version of the vendor driver with all the CH9100 code dropped. Signed-off-by: Matthew Garrett <mjg59@srcf.ucam.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Makefile')
-rw-r--r--drivers/net/usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/Makefile b/drivers/net/usb/Makefile
index cf6a0e610a7f..b5f04068dbe4 100644
--- a/drivers/net/usb/Makefile
+++ b/drivers/net/usb/Makefile
@@ -38,4 +38,4 @@ obj-$(CONFIG_USB_NET_HUAWEI_CDC_NCM) += huawei_cdc_ncm.o
obj-$(CONFIG_USB_VL600) += lg-vl600.o
obj-$(CONFIG_USB_NET_QMI_WWAN) += qmi_wwan.o
obj-$(CONFIG_USB_NET_CDC_MBIM) += cdc_mbim.o
-
+obj-$(CONFIG_USB_NET_CH9200) += ch9200.o