Qualcomm's QMI USB Net Driver
authorsrinivas gowrishetty <srinivas.gowrishetty@motorola.com>
Thu, 9 Dec 2010 23:56:57 +0000 (15:56 -0800)
committerBenoit Goby <benoit@android.com>
Fri, 18 Feb 2011 05:43:22 +0000 (21:43 -0800)
commitd35338abe2a84b60a00d585b03cdf87a9b2ad4d9
treeca313c33ab68a24bb2507e904070ba2df44d86dc
parentef3980e3a1a0334dbd61c9e846d2310d5183aa3e
Qualcomm's QMI USB Net Driver

Merging original Qualcomm GPL driver for supporting QMI/RmNet USB interface.
Original patch can be found at http://patchwork.ozlabs.org/patch/66006/

Change-Id: I0016d89471ad504d41a1862c007da2e41b1c3ed8
Signed-off-by: Srinivas Gowrishetty <srinivas.gowrishetty@motorola.com>
drivers/net/usb/Kconfig
drivers/net/usb/Makefile
drivers/net/usb/qcusbnet/Makefile [new file with mode: 0644]
drivers/net/usb/qcusbnet/README [new file with mode: 0644]
drivers/net/usb/qcusbnet/qcusbnet.c [new file with mode: 0644]
drivers/net/usb/qcusbnet/qcusbnet.h [new file with mode: 0644]
drivers/net/usb/qcusbnet/qmi.c [new file with mode: 0644]
drivers/net/usb/qcusbnet/qmi.h [new file with mode: 0644]
drivers/net/usb/qcusbnet/qmidevice.c [new file with mode: 0644]
drivers/net/usb/qcusbnet/qmidevice.h [new file with mode: 0644]
drivers/net/usb/qcusbnet/structs.h [new file with mode: 0644]