aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Makefile
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>2009-07-21 01:58:35 +0000
committerDavid S. Miller <davem@davemloft.net>2009-07-21 12:40:39 -0700
commit87cf65601e1709e57f7e28f0f7b3eb0a992c1782 (patch)
treef4d18d2c5630e5b03b4c66ede5384cb330fe5583 /drivers/net/usb/Makefile
parentmacsonic, jazzsonic: fix oops on module unload (diff)
downloadlinux-dev-87cf65601e1709e57f7e28f0f7b3eb0a992c1782.tar.xz
linux-dev-87cf65601e1709e57f7e28f0f7b3eb0a992c1782.zip
USB host CDC Phonet network interface driver
Many Nokia handsets support a Phonet interface to the cellular modem via a vendor-specific USB interface. CDC Phonet follows the Communications Device Class model, with one control interface, and and a pair of inactive and active data alternative interface. The later has two bulk endpoint, one per direction. This was tested against Nokia E61, Nokia N95, and the existing Phonet gadget function for the Linux composite USB gadget framework. Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> 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 b870b0b1cbe0..e17afb78f372 100644
--- a/drivers/net/usb/Makefile
+++ b/drivers/net/usb/Makefile
@@ -21,4 +21,5 @@ obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o
obj-$(CONFIG_USB_NET_MCS7830) += mcs7830.o
obj-$(CONFIG_USB_USBNET) += usbnet.o
obj-$(CONFIG_USB_NET_INT51X1) += int51x1.o
+obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o