Skip to content

Commit 4691124

Browse files
yan-wybnumbqq
authored andcommitted
Add Quectel LTE Mudule Support
Signed-off-by: frank <[email protected]>
1 parent 4a997be commit 4691124

File tree

9 files changed

+9263
-3
lines changed

9 files changed

+9263
-3
lines changed

drivers/net/usb/GobiUSBNet.c

Lines changed: 2364 additions & 0 deletions
Large diffs are not rendered by default.

drivers/net/usb/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ obj-$(CONFIG_USB_VL600) += lg-vl600.o
3939
obj-$(CONFIG_USB_NET_QMI_WWAN) += qmi_wwan.o
4040
obj-$(CONFIG_USB_NET_CDC_MBIM) += cdc_mbim.o
4141
obj-$(CONFIG_USB_NET_CH9200) += ch9200.o
42+
43+
obj-y += GobiNet.o
44+
GobiNet-objs := GobiUSBNet.o QMIDevice.o QMI.o

0 commit comments

Comments
 (0)