data/factories/devices/desktop.json
{
"rules": {
"/raspbian|debian.*rpi/": "raspberry-pi-foundation",
"/eeepc|np0[26789]|maau|asjb|asu2/i": "asus",
"/mdd[crs]/i": "dell",
"/mafs/i": "fujitsu",
"/(?<!g)maar|predator g9-793/i": "acer",
"/mas[aep]/i": "sony",
"/masm/i": "samsung",
"/mal[cn]|lcjb|len2|lenovog780/i": "lenovo",
"/mat[bmp]|tnjb|tajb/i": "toshiba",
"/mamd/i": "medion",
"/mam[i3]/i": "msi",
"/magw/i": "gateway",
"/cpdtdf|cpntdf|cmntdf/i": "compaq",
"/hpcmhp|hpntdf|hpdtdf|hp\\-ux 9000/i": "hp",
"/h9p|surface pro 4/i": "microsoft",
"/surfbook w1/i": "trekstor",
"/freebsd/i": "unknown",
"/macintosh|darwin|mac(_powerpc|book|mini|pro)|(for|ppc) mac|mac ?os|integrity|camino|pubsub|(os\\=|i|power)mac/i": "apple",
"/remix sk1w/i": "jide"
},
"generic": "unknown"
}