Added Dragon-Touch Tablets detection

This commit is contained in:
Nikhil Motiani
2017-03-16 15:37:48 +05:30
committed by Nikhil Motiani
parent 38c409e8d9
commit 48ab3b372c
2 changed files with 15 additions and 0 deletions

View File

@@ -710,4 +710,15 @@
"type" : "tablet"
}
}
,
{
"desc" : "Dragon Touch Tablet",
"ua" : "Mozilla/5.0 (Linux; Android 4.0.4; DT9138B Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.72 Mobile Safari/537.36",
"expect" :
{
"vendor" : "Dragon Touch",
"model" : "9138B",
"type" : "tablet"
}
}
]