From f3966a1009803de925e7a7f8c15c3d54553ebc9f Mon Sep 17 00:00:00 2001 From: min19235555 <103993580+min19235555@users.noreply.github.com> Date: Fri, 30 May 2025 13:09:09 +0800 Subject: [PATCH] Update modem_port_rule.json --- .../usr/share/qmodem/modem_port_rule.json | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/luci/luci-app-qmodem/root/usr/share/qmodem/modem_port_rule.json b/luci/luci-app-qmodem/root/usr/share/qmodem/modem_port_rule.json index a254335..c469526 100644 --- a/luci/luci-app-qmodem/root/usr/share/qmodem/modem_port_rule.json +++ b/luci/luci-app-qmodem/root/usr/share/qmodem/modem_port_rule.json @@ -41,6 +41,30 @@ "name": "rg801", "option_driver": 1 }, + "1782:4039": { + "name": "nu313-m2", + "mode": "ecm", + "option_driver": 1, + "include": [ + "1.2.3" + ] + }, + "1782:4038": { + "name": "nu313-m2", + "mode": "rndis", + "option_driver": 1, + "include": [ + "1.2.3" + ] + }, + "1782:4040": { + "name": "nu313-m2", + "mode": "ncm", + "option_driver": 1, + "include": [ + "1.2.3" + ] + }, "3763:3c93": { "name": "nari-m601", "mode": "ecm", @@ -51,4 +75,4 @@ } } } -} \ No newline at end of file +}