Skip to content

Commit

Permalink
Detect new brands: MwalimuPlus, OLTO, DSIC, Mascom and Detect devices…
Browse files Browse the repository at this point in the history
… for existing brands Vivo, Xiaomi, Sharp (#7330)

* feat(device) detect new brand MwalimuPlus: MP01A3G
feat(device) detect brand ZTE: Axon 7 Max (C2017)
feat(device) detect brand Tecno Mobile: WX3 LTE
feat(device) detect brand Xiaomi: Redmi 10 (2022)
feat(device) detect brand Bluebird: EF501
feat(device) detect brand Ark: Ukozi U6

* feat(device) detect new brand OLTO: 43ST20U
feat(device) detect brand Vertex: Luck L130
feat(device) detect brand Torex: Pad 8 Pro

* feat(device) detect new brand DSIC: RD86QE
feat(device) detect new brand Mascom: S750
feat(device) detect brand GFive: Stark
feat(device) detect brand Altice: S32 NFC
feat(device) detect brand CipherLab: RK95
feat(device) detect brand Honeywell: ScanPal EDA61K
feat(device) detect brand X-TIGI: V18 Pro
feat(device) detect brand Thomson: Serea 500
feat(device) detect brand ComTrade Tesla: MediaBox XT550
feat(device) detect brand Perfeo: MATRIX (A4553)
feat(device) detect brand Invin: IPC002

* feat(device) detect brand Xiaomi: 13 (2211133C)
feat(device) detect brand Sharp: Aquos Keitai 4 (NPA205SH)
feat(device) detect brand Huawei: P50  (ABR-AL80)
feat(device) detect brand Amazon: Fire HD 8 (2022) (KFRAWI), Fire 7 (2022) (KFQUWI)

* feat(device) detect brand Vivo: X90 (V2241A)
feat(device) detect brand Huawei: Mate 50E (CET-AL60)
feat(device) detect brand Xiaomi: Redmi K60 (23013RK75C)

* feat(device) detect brand Readboy: G550A
  • Loading branch information
sanchezzzhak authored Jan 16, 2023
1 parent ca9285c commit 9e6eda4
Show file tree
Hide file tree
Showing 5 changed files with 655 additions and 21 deletions.
4 changes: 4 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'DL0' => 'DL',
'DE' => 'Denver',
'DS' => 'Desay',
'DSI' => 'DSIC',
'DW' => 'DeWalt',
'DX' => 'DEXP',
'DEY' => 'DEYI',
Expand Down Expand Up @@ -858,6 +859,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'J4' => 'Mara',
'MAR' => 'Marshal',
'8Y' => 'Massgo',
'MA1' => 'Mascom',
'2M' => 'Masstel',
'3X' => 'Mastertech',
'MAS' => 'Master-G',
Expand Down Expand Up @@ -946,6 +948,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'MYM' => 'MyMobile',
'07' => 'MyGica',
'MYG' => 'MygPad',
'MWA' => 'MwalimuPlus',
'NEO' => 'neoCore',
'08' => 'Nabi',
'N7' => 'National',
Expand Down Expand Up @@ -1024,6 +1027,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'OA' => 'Okapia',
'OLA' => 'Olax',
'OLY' => 'Olympia',
'OLT' => 'OLTO',
'OJ' => 'Ookee',
'OD' => 'Onda',
'ON' => 'OnePlus',
Expand Down
Loading

0 comments on commit 9e6eda4

Please sign in to comment.