Added MachSpeed Tablets detection

This commit is contained in:
Nikhil Motiani 2017-03-16 20:00:42 +05:30 committed by Nikhil Motiani
parent f7ca724f3b
commit 72a11e24b2
2 changed files with 14 additions and 0 deletions

View File

@ -682,6 +682,9 @@
/android.+[;\/]\s*(V(100MD|700NA|7011|917G).*\b)\s+build/i // Envizen Tablets
], [MODEL, [VENDOR, 'Envizen'], [TYPE, TABLET]], [
/android.+[;\/]\s*(Trio[\s\-]*.*)\s+build/i // MachSpeed Tablets
], [MODEL, [VENDOR, 'MachSpeed'], [TYPE, TABLET]], [
/android.+[;\/]\s*TU_(1491)\s+build/i // Rotor Tablets
], [MODEL, [VENDOR, 'Rotor'], [TYPE, TABLET]], [

View File

@ -776,4 +776,15 @@
"type" : "tablet"
}
}
,
{
"desc" : "MachSpeed Tablets",
"ua" : "Mozilla/5.0 (Linux; Android 4.4.2; Trio 7.85 vQ Build/Trio_7.85_vQ) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36",
"expect" :
{
"vendor" : "MachSpeed",
"model" : "Trio 7.85 vQ",
"type" : "tablet"
}
}
]