luci-app-qmodem: add FM190W-GL (X75) usb and pcie mode support

This commit is contained in:
coolsnowwolf 2025-05-16 13:15:19 +08:00
parent 074dbbb117
commit b25277eae4
3 changed files with 28 additions and 1 deletions

View File

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-qmodem PKG_NAME:=luci-app-qmodem
LUCI_TITLE:=LuCI support for QWRT Modem LUCI_TITLE:=LuCI support for QWRT Modem
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_VERSION:=2.7.2 PKG_VERSION:=2.7.3
PKG_LICENSE:=GPLv3 PKG_LICENSE:=GPLv3
PKG_LINCESE_FILES:=LICENSE PKG_LINCESE_FILES:=LICENSE
PKG_MAINTAINER:=Tom <fjrcn@outlook.com> PKG_MAINTAINER:=Tom <fjrcn@outlook.com>

View File

@ -334,6 +334,9 @@ match_config()
#FM350-GL-00 5G Module #FM350-GL-00 5G Module
[[ "$name" = *"fm350-gl"* ]] && name="fm350-gl" [[ "$name" = *"fm350-gl"* ]] && name="fm350-gl"
#FM190W-GL 5G Module
[[ "$name" = *"fm190w-gl"* ]] && name="fm190w-gl"
#RM500U-CNV #RM500U-CNV
[[ "$name" = *"rm500u-cn"* ]] && name="rm500u-cn" [[ "$name" = *"rm500u-cn"* ]] && name="rm500u-cn"

View File

@ -571,6 +571,21 @@
"ncm" "ncm"
] ]
}, },
"fm190w-gl": {
"manufacturer_id": "2cb7",
"manufacturer": "fibocom",
"platform": "qualcomm",
"data_interface": "usb",
"define_connect": "1",
"modes": [
"qmi",
"gobinet",
"ecm",
"mbim",
"rndis",
"ncm"
]
},
"nl668": { "nl668": {
"manufacturer_id": "1508", "manufacturer_id": "1508",
"manufacturer": "fibocom", "manufacturer": "fibocom",
@ -1039,6 +1054,15 @@
"mbim" "mbim"
] ]
}, },
"fm190w-gl": {
"manufacturer": "fibocom",
"platform": "qualcomm",
"data_interface": "pcie",
"define_connect": "1",
"modes": [
"qmi"
]
},
"em9190": { "em9190": {
"manufacturer": "sierra", "manufacturer": "sierra",
"platform": "qualcomm", "platform": "qualcomm",