net/usb: Add Samsung Kalmia driver for Samsung GT-B3730
authorMarius B. Kotsbak <marius.kotsbak@gmail.com>
Sun, 12 Jun 2011 02:35:02 +0000 (02:35 +0000)
committerDavid S. Miller <davem@conan.davemloft.net>
Fri, 17 Jun 2011 01:57:49 +0000 (21:57 -0400)
commitd40261236e8e278cb1936cb5e934262971692b10
tree09e2616e7bd36f955af2470a395820dea2145e52
parent3009adf5acb2245216651318c2226812fd1b01a6
net/usb: Add Samsung Kalmia driver for Samsung GT-B3730

Introducing driver for the network port of Samsung Kalmia based USB LTE modems.
It has also an ACM interface that previous patches associates with the "option"
module. To access those interfaces, the modem must first be switched from modem
mode using a tool like usb_modeswitch.

As the proprietary protocol has been discovered by watching the MS Windows driver
behavior, there might be errors in the protocol handling, but stable and fast
connection has been established for hours with Norwegian operator NetCom that
distributes this modem with their LTE/4G subscription.

More and updated information about how to use this driver is available here:

http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=465
https://github.com/mkotsbak/Samsung-GT-B3730-linux-driver

Signed-off-by: Marius B. Kotsbak <marius@kotsbak.com>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
drivers/net/usb/Kconfig
drivers/net/usb/Makefile
drivers/net/usb/kalmia.c [new file with mode: 0644]
This page took 0.025625 seconds and 5 git commands to generate.