Merge pull request #30 from jackpoll/patch-1

Add device detection for Lenovo tablet
This commit is contained in:
Faisal Salman 2014-01-02 00:54:02 -08:00
commit 6dc04cdea2

View File

@ -378,6 +378,9 @@
/(lg)[e;\s-\/]+(\w+)*/i /(lg)[e;\s-\/]+(\w+)*/i
], [[VENDOR, 'LG'], MODEL, [TYPE, MOBILE]], [ ], [[VENDOR, 'LG'], MODEL, [TYPE, MOBILE]], [
/android.+((IdeaTab[A-Za-z0-9\-\s]+))/i // Lenovo
], [[VENDOR, 'Lenovo'], MODEL, [TYPE, TABLET]], [
/(mobile|tablet);.+rv\:.+gecko\//i // Unidentifiable /(mobile|tablet);.+rv\:.+gecko\//i // Unidentifiable
], [TYPE, VENDOR, MODEL] ], [TYPE, VENDOR, MODEL]
], ],