Add new device vendor: Anbernic - https://anbernic.com/

This commit is contained in:
Faisal Salman
2025-11-06 13:40:52 +07:00
parent e5648826b9
commit 38301f8803
3 changed files with 15 additions and 1 deletions

View File

@@ -225,8 +225,9 @@ const DeviceVendor = Object.freeze({
ACER: 'Acer',
ADVAN: 'Advan',
ALCATEL: 'Alcatel',
APPLE: 'Apple',
AMAZON: 'Amazon',
ANBERNIC: 'Anbernic',
APPLE: 'Apple',
ARCHOS: 'Archos',
ASUS: 'ASUS',
ATT: 'AT&T',

View File

@@ -856,6 +856,8 @@
], [VENDOR, MODEL, [TYPE, CONSOLE]], [
/droid.+; (shield)( bui|\))/i // Nvidia Portable
], [MODEL, [VENDOR, NVIDIA], [TYPE, CONSOLE]], [
/droid.+; (rgcube)\)/i // Anbernic
], [MODEL, [VENDOR, 'Anbernic'], [TYPE, CONSOLE]], [
///////////////////
// WEARABLES

View File

@@ -0,0 +1,11 @@
[
{
"desc": "Anbernic",
"ua": "Mozilla/5.0 (Linux; Android 13; RGCUBE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36",
"expect": {
"vendor": "Anbernic",
"model": "RGCUBE",
"type": "console"
}
}
]