Skip to content

Commit

Permalink
Improves detection for BenQ devices
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Dec 22, 2024
1 parent 902adab commit ccab1a1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Tests/fixtures/tv-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7122,3 +7122,21 @@
model: VIP7802
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (Linux; Android 11; QS02 Build/RT; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.100 Mobile Safari/537.36
os:
name: Android
version: "11"
platform: ""
client:
type: browser
name: Chrome Webview
version: 129.0.6668.100
engine: Blink
engine_version: 129.0.6668.100
device:
type: tv
brand: BenQ
model: QS02
os_family: Android
browser_family: Chrome
6 changes: 5 additions & 1 deletion regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5433,14 +5433,18 @@ BenQ-Siemens:

# BenQ
BenQ:
regex: 'BENQ(?:[ -])?([a-z0-9]+)|(?:F52_09|F5_15|T47_09)(?:[);/ ]|$)'
regex: 'BENQ(?:[ -])?([a-z0-9]+)|(?:F52_09|F5_15|T47_09|QS02)(?:[);/ ]|$)'
device: 'feature phone'
models:
- regex: '(F(?:52|5)|T47)_(?:15|09)(?:[);/ ]|$)'
model: '$1'
- regex: 'BENQ(?:[ -])?([a-z0-9]+)'
model: '$1'

- regex: 'QS02'
device: 'tv'
model: 'QS02' # SDMC

# Blaupunkt (blaupunkt.com)
Blaupunkt:
regex: 'Blaupunkt|(?:Soundphone S2|Atlantis[_ ](?:1001A|1010A|A10[._]G40[23])|SLplus02|Discovery[_ ](?:A10_302|10[28]C|111C|1000C|1001A?)|Endeavour[_ ](?:785|101[GLM]|1000|1001|101[03]|1100)|Polaris[_ ]80[38](?:_BE)?|BP_(?:6010|6110)|B-STREAM|SL05|SM 02 2019|SF04 4G|A-STREAM|55UW5000T)(?:[);/ ]|$)'
Expand Down

0 comments on commit ccab1a1

Please sign in to comment.