Added Zeki Tablets detection

This commit is contained in:
Nikhil Motiani 2017-03-16 15:24:26 +05:30 committed by Nikhil Motiani
parent 4e2cbdfd16
commit 38c409e8d9
2 changed files with 14 additions and 0 deletions

View File

@ -663,6 +663,9 @@
/android.+[;\/]\s*(zur\d{3})\s+build/i // Swiss ZUR Tablet
], [MODEL, [VENDOR, 'Swiss'], [TYPE, TABLET]], [
/android.+[;\/]\s*((Zeki)?TB.*\b)\s+build/i // Zeki Tablets
], [MODEL, [VENDOR, 'Zeki'], [TYPE, TABLET]], [
/\s(tablet)[;\/]/i, // Unidentifiable Tablet
/\s(mobile)(?:[;\/]|\ssafari)/i // Unidentifiable Mobile
], [[TYPE, util.lowerize], VENDOR, MODEL], [

View File

@ -699,4 +699,15 @@
"type" : "tablet"
}
}
,
{
"desc" : "Zeki TB782b Tablet",
"ua" : "Mozilla/5.0 (Linux; U; Android 4.0.4; en-US; TB782B Build/IMM76D) AppleWebKit/534.31 (KHTML, like Gecko) UCBrowser/9.0.2.299 U3/0.8.0 Mobile Safari/534.31",
"expect" :
{
"vendor" : "Zeki",
"model" : "TB782B",
"type" : "tablet"
}
}
]