Skip to content

Commit

Permalink
Merge pull request #6518 from sanchezzzhak/6517
Browse files Browse the repository at this point in the history
Detect new brands: Leff, Tanix and Detect devices for existing brands: Lenovo, Huawei, Meizu, Chuwi, Vivax
  • Loading branch information
sgiehl committed Dec 15, 2020
2 parents ed94954 + 67760e2 commit 6eb9138
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 26 deletions.
2 changes: 2 additions & 0 deletions Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'LK' => 'Lark',
'LC' => 'LCT',
'L5' => 'Leagoo',
'4B' => 'Leff',
'LD' => 'Ledstar',
'L1' => 'LeEco',
'L4' => 'Lemhoov',
Expand Down Expand Up @@ -702,6 +703,7 @@ abstract class AbstractDeviceParser extends AbstractParser
'X1' => 'Safaricom',
'TA' => 'Tesla',
'TK' => 'Takara',
'9N' => 'Tanix',
'4T' => 'Tronsmart',
'5R' => 'Transpeed',
'T5' => 'TB Touch',
Expand Down
Loading

0 comments on commit 6eb9138

Please sign in to comment.