Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions regexes/device/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ Asus:
- regex: 'FBMD/X556UQK;'
model: 'X556UQK'

Alienware:
regex: 'FBMD/(?:Alienware [0-9]{2,3}R[0-9]{1,2}|Area-51m|R3|R4|Aurora R[0-9]+);'
device: 'desktop'
models:
- regex: 'FBMD/Alienware 15R3;'
model: 'Alienware 15 R3'
- regex: 'FBMD/Alienware 17R4;'
model: 'Alienware 17 R4'
- regex: 'FBMD/Area-51m;'
model: 'Area-51m'
- regex: 'FBMD/Aurora R[0-9]+;'
model: 'Alienware Aurora R$1'

Dell:
regex: 'FBMD/(?:Latitude E4300|Inspiron 3541|XPS 15 95[35]0);'
device: 'desktop'
Expand Down