Skip to content

Instantly share code, notes, and snippets.

@Geofferey
Created January 18, 2026 13:22
Show Gist options
  • Select an option

  • Save Geofferey/2001dbac2b8d286e57662851be71100b to your computer and use it in GitHub Desktop.

Select an option

Save Geofferey/2001dbac2b8d286e57662851be71100b to your computer and use it in GitHub Desktop.
<Config>
<USB>
<VendorID>0x1410</VendorID>
<ManufacturerString>Novatel Wireless</ManufacturerString>
<ProductString>M2100</ProductString>
<SerialString>0123456789ABCDEF</SerialString>
</USB>
<FunctionList>
<DebugMode>
<OnlineMode>,dun,diag,adb,hid</OnlineMode>
<OnlineModeNoTether>rndis,dun,diag,adb,hid</OnlineModeNoTether>
<FactoryTestMode>,dun,diag,adb,hid</FactoryTestMode>
<LabTestMode>diag,dun,rmnet,dpl,qdss,adb,hid</LabTestMode>
<LowPowerMode>adb,hid</LowPowerMode>
</DebugMode>
<EndUserMode>
<OnlineMode>,mass_storage</OnlineMode>
<LowPowerMode>hid,mass_storage</LowPowerMode>
</EndUserMode>
<EnterpriseMode>
<OnlineMode>,hid,serial</OnlineMode>
</EnterpriseMode>
</FunctionList>
<ProductID>
<DebugMode>0xB023</DebugMode>
<EndUserMode>0xB020</EndUserMode>
<EndUserModeLPM>0xB010</EndUserModeLPM>
<EnterpriseMode>0xB022</EnterpriseMode>
</ProductID>
<NetworkInterface>
<Mode>2</Mode> <!-- 0(rndis), 1(ecm), 2(auto) -->
<IPAEnabled>0</IPAEnabled> <!-- 1(enabled), 0(disabled) -->
<AutoDetect>
<SamplePeriod>10</SamplePeriod> <!-- number of seconds to wait for pkts -->
<Iterations>2</Iterations> <!-- number of times to wait for pkts -->
</AutoDetect>
</NetworkInterface>
</Config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment