1*d5ef99ddSAndreas Gohr############### 2*d5ef99ddSAndreas Gohr# Device Detector - The Universal Device Detection library for parsing User Agents 3*d5ef99ddSAndreas Gohr# 4*d5ef99ddSAndreas Gohr# @link https://matomo.org 5*d5ef99ddSAndreas Gohr# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later 6*d5ef99ddSAndreas Gohr############### 7*d5ef99ddSAndreas Gohr 8*d5ef99ddSAndreas GohrAcer: 9*d5ef99ddSAndreas Gohr regex: 'FBMD/(?:Aspire E5-421G|Z5WAL|One S1003);' 10*d5ef99ddSAndreas Gohr device: 'desktop' 11*d5ef99ddSAndreas Gohr models: 12*d5ef99ddSAndreas Gohr - regex: 'FBMD/Aspire E5-421G;' 13*d5ef99ddSAndreas Gohr model: 'Aspire E5-421G' 14*d5ef99ddSAndreas Gohr - regex: 'FBMD/Z5WAL;' 15*d5ef99ddSAndreas Gohr model: 'Aspire E5-511' 16*d5ef99ddSAndreas Gohr - regex: 'FBMD/One S1003;' 17*d5ef99ddSAndreas Gohr model: 'One 10' 18*d5ef99ddSAndreas Gohr 19*d5ef99ddSAndreas GohrAsus: 20*d5ef99ddSAndreas Gohr regex: 'FBMD/(?:K50IN|K54L|T100HAN|T103HAF|UX360CAK|X550LB|X553MA|X555LN|X556UQK);' 21*d5ef99ddSAndreas Gohr device: 'desktop' 22*d5ef99ddSAndreas Gohr models: 23*d5ef99ddSAndreas Gohr - regex: 'FBMD/K50IN;' 24*d5ef99ddSAndreas Gohr model: 'K50IN' 25*d5ef99ddSAndreas Gohr - regex: 'FBMD/K54L;' 26*d5ef99ddSAndreas Gohr model: 'K54L' 27*d5ef99ddSAndreas Gohr - regex: 'FBMD/T100HAN;' 28*d5ef99ddSAndreas Gohr model: 'Transformer Book' 29*d5ef99ddSAndreas Gohr - regex: 'FBMD/T103HAF;' 30*d5ef99ddSAndreas Gohr model: 'Transformer Mini' 31*d5ef99ddSAndreas Gohr - regex: 'FBMD/UX360CAK;' 32*d5ef99ddSAndreas Gohr model: 'ZenBook Flip' 33*d5ef99ddSAndreas Gohr - regex: 'FBMD/X550LB;' 34*d5ef99ddSAndreas Gohr model: 'X550LB' 35*d5ef99ddSAndreas Gohr - regex: 'FBMD/X553MA;' 36*d5ef99ddSAndreas Gohr model: 'X553MA' 37*d5ef99ddSAndreas Gohr - regex: 'FBMD/X555LN;' 38*d5ef99ddSAndreas Gohr model: 'X555LN' 39*d5ef99ddSAndreas Gohr - regex: 'FBMD/X556UQK;' 40*d5ef99ddSAndreas Gohr model: 'X556UQK' 41*d5ef99ddSAndreas Gohr 42*d5ef99ddSAndreas GohrAlienware: 43*d5ef99ddSAndreas Gohr regex: 'FBMD/(?:Alienware [0-9]{2,3}R[0-9]{1,2}|Area-51m|R3|R4|Alienware Aurora R[0-9]+(:? [0-9]+)?);' 44*d5ef99ddSAndreas Gohr device: 'desktop' 45*d5ef99ddSAndreas Gohr models: 46*d5ef99ddSAndreas Gohr - regex: 'Alienware 15R3;' 47*d5ef99ddSAndreas Gohr model: 'Alienware 15 R3' 48*d5ef99ddSAndreas Gohr - regex: 'Alienware 17R4;' 49*d5ef99ddSAndreas Gohr model: 'Alienware 17 R4' 50*d5ef99ddSAndreas Gohr - regex: 'Area-51m;' 51*d5ef99ddSAndreas Gohr model: 'Area-51m' 52*d5ef99ddSAndreas Gohr - regex: 'Aurora (R[0-9]+)' 53*d5ef99ddSAndreas Gohr model: 'Aurora $1' 54*d5ef99ddSAndreas Gohr 55*d5ef99ddSAndreas GohrDell: 56*d5ef99ddSAndreas Gohr regex: 'FBMD/(?:Latitude E4300|Inspiron 3541|XPS 15 95[35]0);' 57*d5ef99ddSAndreas Gohr device: 'desktop' 58*d5ef99ddSAndreas Gohr models: 59*d5ef99ddSAndreas Gohr - regex: 'Latitude E4300' 60*d5ef99ddSAndreas Gohr model: 'Latitude E4300' 61*d5ef99ddSAndreas Gohr - regex: 'Inspiron 3541' 62*d5ef99ddSAndreas Gohr model: 'Inspiron 3541' 63*d5ef99ddSAndreas Gohr - regex: 'XPS 15 9530' 64*d5ef99ddSAndreas Gohr model: 'XPS 15 9530' 65*d5ef99ddSAndreas Gohr - regex: 'XPS 15 9550' 66*d5ef99ddSAndreas Gohr model: 'XPS 15 9550' 67*d5ef99ddSAndreas Gohr 68*d5ef99ddSAndreas GohrHP: 69*d5ef99ddSAndreas Gohr regex: 'FBMD/((?:Compaq|HP) |23-f364)' 70*d5ef99ddSAndreas Gohr device: 'desktop' 71*d5ef99ddSAndreas Gohr models: 72*d5ef99ddSAndreas Gohr - regex: 'Compaq Presario CQ61 Notebook PC' 73*d5ef99ddSAndreas Gohr model: 'Compaq Presario CQ61' 74*d5ef99ddSAndreas Gohr - regex: 'HP Pavilion x2 Detachable' 75*d5ef99ddSAndreas Gohr model: 'Pavilion x2' 76*d5ef99ddSAndreas Gohr - regex: 'HP Laptop 15-bs0xx' 77*d5ef99ddSAndreas Gohr model: '15 Laptop PC' 78*d5ef99ddSAndreas Gohr - regex: 'HP ENVY x360 Convertible 15-bp0xx' 79*d5ef99ddSAndreas Gohr model: 'ENVY x360 Convertible PC' 80*d5ef99ddSAndreas Gohr - regex: 'HP EliteBook (25[67]0p)' 81*d5ef99ddSAndreas Gohr model: 'EliteBook $1' 82*d5ef99ddSAndreas Gohr - regex: 'HP ProBook (440 G5|6[35]60b)' 83*d5ef99ddSAndreas Gohr model: 'ProBook $1' 84*d5ef99ddSAndreas Gohr - regex: 'HP Pavilion dv6 Notebook PC' 85*d5ef99ddSAndreas Gohr model: 'Pavilion dv6' 86*d5ef99ddSAndreas Gohr - regex: 'HP Pavilion Notebook' 87*d5ef99ddSAndreas Gohr model: 'Pavilion' 88*d5ef99ddSAndreas Gohr - regex: 'HP Spectre x360 Convertible' 89*d5ef99ddSAndreas Gohr model: 'Spectre x360' 90*d5ef99ddSAndreas Gohr - regex: 'HP Pavilion All-in-One 24-r0xx' 91*d5ef99ddSAndreas Gohr model: 'Pavilion 24-r0xx All-in-One Desktop PC' 92*d5ef99ddSAndreas Gohr device: 'desktop' 93*d5ef99ddSAndreas Gohr - regex: '23-f364' 94*d5ef99ddSAndreas Gohr model: 'Pavilion TouchSmart 23-f364 All-in-One Desktop PC' 95*d5ef99ddSAndreas Gohr device: 'desktop' 96*d5ef99ddSAndreas Gohr 97*d5ef99ddSAndreas GohrLenovo: 98*d5ef99ddSAndreas Gohr regex: 'FBMD/(?:37021C5|80E5|80SM|80VR);' 99*d5ef99ddSAndreas Gohr device: 'desktop' 100*d5ef99ddSAndreas Gohr models: 101*d5ef99ddSAndreas Gohr - regex: 'FBMD/37021C5;' 102*d5ef99ddSAndreas Gohr model: 'ThinkPad Helix 3702' 103*d5ef99ddSAndreas Gohr - regex: 'FBMD/80E5;' 104*d5ef99ddSAndreas Gohr model: 'G50-80' 105*d5ef99ddSAndreas Gohr - regex: 'FBMD/80SM;' 106*d5ef99ddSAndreas Gohr model: 'Ideapad 310-15ISK' 107*d5ef99ddSAndreas Gohr - regex: 'FBMD/80VR;' 108*d5ef99ddSAndreas Gohr model: 'Legion Y720' 109*d5ef99ddSAndreas Gohr 110*d5ef99ddSAndreas GohrSchneider: 111*d5ef99ddSAndreas Gohr regex: 'FBMD/SCL141CTP;' 112*d5ef99ddSAndreas Gohr device: 'desktop' 113*d5ef99ddSAndreas Gohr model: 'Notebook 14" Cherry Trail' 114*d5ef99ddSAndreas Gohr 115*d5ef99ddSAndreas GohrThomson: 116*d5ef99ddSAndreas Gohr regex: 'FBMD/TH360R12\.32CTW;' 117*d5ef99ddSAndreas Gohr device: 'desktop' 118*d5ef99ddSAndreas Gohr model: 'Prestige TH-360R12.32CTW' 119*d5ef99ddSAndreas Gohr 120*d5ef99ddSAndreas GohrToshiba: 121*d5ef99ddSAndreas Gohr regex: 'FBMD/Satellite ' 122*d5ef99ddSAndreas Gohr device: 'desktop' 123*d5ef99ddSAndreas Gohr models: 124*d5ef99ddSAndreas Gohr - regex: 'Satellite (A[25]00|C650|C855|L650|S855)' 125*d5ef99ddSAndreas Gohr model: 'Satellite $1' 126*d5ef99ddSAndreas Gohr - regex: 'Satellite ([^;\)]+);' 127*d5ef99ddSAndreas Gohr model: 'Satellite $1' 128