USB host CDC Phonet network interface driver
authorRémi Denis-Courmont <remi.denis-courmont@nokia.com>
Tue, 21 Jul 2009 01:58:35 +0000 (01:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2009 19:40:39 +0000 (12:40 -0700)
commit87cf65601e1709e57f7e28f0f7b3eb0a992c1782
treef4d18d2c5630e5b03b4c66ede5384cb330fe5583
parent4564cba71637d3b4ea3730f5637b21a9eb3c8999
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>
drivers/net/usb/Kconfig
drivers/net/usb/Makefile
drivers/net/usb/cdc-phonet.c [new file with mode: 0644]