Improved Unidentified Tablet detection

This commit is contained in:
Nikhil Motiani 2017-03-16 20:09:22 +05:30
parent a6316f02b0
commit 7d826ed62e

View File

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