Added Amazon Kindle Fire Tablet detection

This commit is contained in:
Nikhil Motiani
2017-03-16 20:35:11 +05:30
parent ee2db31f8c
commit a25bb8b1a6
2 changed files with 25 additions and 0 deletions

View File

@@ -697,6 +697,9 @@
/android.+[;\/]\s*TU_(1491)\s+build/i // Rotor Tablets
], [MODEL, [VENDOR, 'Rotor'], [TYPE, TABLET]], [
/android.+(KS(.+))\s+build/i // Amazon Kindle Tablets
], [MODEL, [VENDOR, 'Amazon'], [TYPE, TABLET]], [
/\s(tablet|tab)[;\/]/i, // Unidentifiable Tablet
/\s(mobile)(?:[;\/]|\ssafari)/i // Unidentifiable Mobile
], [[TYPE, util.lowerize], VENDOR, MODEL], [