mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-16 23:21:52 +03:00
Backport - Add new device vendor: itel
(cherry picked from commit 491c2d7477)
This commit is contained in:
@@ -539,6 +539,10 @@
|
||||
/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i
|
||||
], [MODEL, [VENDOR, 'TCL'], [TYPE, TABLET]], [
|
||||
|
||||
// itel
|
||||
/(itel) ((\w+))/i
|
||||
], [[VENDOR, lowerize], MODEL, [TYPE, strMapper, { 'tablet' : ['p10001l', 'w7001'], '*' : 'mobile' }]], [
|
||||
|
||||
// Acer
|
||||
/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i
|
||||
], [MODEL, [VENDOR, 'Acer'], [TYPE, TABLET]], [
|
||||
|
||||
Reference in New Issue
Block a user