feat: add support for sim8200ea and rw350r-gl

This commit is contained in:
sfwtw 2025-04-13 16:50:43 +08:00
parent 7e114c8e1a
commit 311bf7c38b
2 changed files with 28 additions and 3 deletions

View File

@ -469,6 +469,16 @@
"rndis" "rndis"
] ]
}, },
"rw350r-gl": {
"manufacturer_id": "0e8d",
"manufacturer": "fibocom",
"platform": "mediatek",
"data_interface": "usb",
"define_connect": "3",
"modes": [
"rndis"
]
},
"fm150-ae": { "fm150-ae": {
"manufacturer_id": "2cb7", "manufacturer_id": "2cb7",
"manufacturer": "fibocom", "manufacturer": "fibocom",
@ -659,6 +669,20 @@
"rndis" "rndis"
] ]
}, },
"simcom_sim8200ea-m2": {
"manufacturer": "simcom",
"platform": "qualcomm",
"data_interface": "usb",
"define_connect": "1",
"wcdma_band": "1/2/3/4/5/8",
"lte_band": "1/2/3/4/5/7/8/12/13/14/17/18/19/20/25/26/28/29/30/66/71",
"nsa_band": "1/2/3/5/7/8/12/20/28/40/41/48/66/71/77/78/79",
"sa_band": "1/2/3/5/7/8/12/20/28/40/41/48/66/71/77/78/79",
"modes": [
"qmi",
"rndis"
]
},
"t99w175": { "t99w175": {
"manufacturer_id": "05c6", "manufacturer_id": "05c6",
"manufacturer": "foxconn", "manufacturer": "foxconn",
@ -1078,7 +1102,8 @@
"simcom": { "simcom": {
"qualcomm": { "qualcomm": {
"vendor_id": [ "vendor_id": [
"1a0e" "1a0e",
"1e0e"
], ],
"product_id": [ "product_id": [
"9001", "9001",

View File

@ -278,8 +278,8 @@ sim_info()
# fi # fi
#SIM NumberSIM卡号码手机号 #SIM NumberSIM卡号码手机号
at_command="AT+CSCA?" at_command="AT+CNUM"
sim_number=$(at $at_port $at_command | sed -n '2p' | awk -F'"' '{print $2}') sim_number=$(at $at_port $at_command | sed -n '2p' | awk -F'"' '{print $4}')
#IMSI国际移动用户识别码 #IMSI国际移动用户识别码
at_command="AT+CIMI" at_command="AT+CIMI"