summaryrefslogtreecommitdiff
path: root/drivers/net/usb/Makefile
diff options
context:
space:
mode:
authorOmar Laazimani <omar.oberthur@gmail.com>2009-05-04 19:01:43 (GMT)
committerDavid S. Miller <davem@davemloft.net>2009-05-04 19:01:43 (GMT)
commit9f722c0978b04acba209f8ca1896ad05814bc3a3 (patch)
tree9c596d23beda50080a21a5ed90be3e9f4a6a5d1e /drivers/net/usb/Makefile
parent0c266898b42fe4e4e2f9edfc9d3474c10f93aa6a (diff)
downloadlinux-9f722c0978b04acba209f8ca1896ad05814bc3a3.tar.xz
usbnet: CDC EEM support (v5)
This introduces a CDC Ethernet Emulation Model (EEM) host side driver to support USB EEM devices. EEM is different from the Ethernet Control Model (ECM) currently supported by the "CDC Ethernet" driver. One key difference is that it doesn't require of USB interface alternate settings to manage interface state; some maldesigned hardware can't handle that part of USB. It also avoids a separate USB interface for control and status updates. [ dbrownell@users.sourceforge.net: fix skb leaks, add rx packet checks, improve fault handling, EEM conformance updates, cleanup ] Signed-off-by: Omar Laazimani <omar.oberthur@gmail.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Makefile')
-rw-r--r--drivers/net/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/Makefile b/drivers/net/usb/Makefile
index 88a87eeb3..c8aef62 100644
--- a/drivers/net/usb/Makefile
+++ b/drivers/net/usb/Makefile
@@ -9,6 +9,7 @@ obj-$(CONFIG_USB_RTL8150) += rtl8150.o
obj-$(CONFIG_USB_HSO) += hso.o
obj-$(CONFIG_USB_NET_AX8817X) += asix.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_SMSC95XX) += smsc95xx.o
obj-$(CONFIG_USB_NET_GL620A) += gl620a.o