diff options
| author | John Crispin | 2025-06-21 09:45:13 +0000 |
|---|---|---|
| committer | John Crispin | 2025-06-21 09:45:36 +0000 |
| commit | 0b867c8cf579389bcb7d0eb89aa9668a0ad9b6c5 (patch) | |
| tree | 04f1c5f6fb8cae1c83e1e729b07511c2f28d94c8 | |
| parent | 026db0c9e421f4259aa46ae25ce7e77efab7deaa (diff) | |
| download | ufp-0b867c8cf579389bcb7d0eb89aa9668a0ad9b6c5.tar.gz | |
add nintendo switch 2 detection
Signed-off-by: John Crispin <john@phrozen.org>
| -rw-r--r-- | data/nintendo.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/nintendo.json b/data/nintendo.json index 6fb17aa..d1edab1 100644 --- a/data/nintendo.json +++ b/data/nintendo.json @@ -5,6 +5,13 @@ "wifi4|0,1,33,36,48,45,127,191,199,221(00101802),221(0050f202),htcap:002c,htagg:17,htmcs:0000ffff,vhtcap:03800022,vhtrxmcs:0000fffa,vhttxmcs:0000fffa,txpow:1103,extcap:0000000000000040", "wifi4|0,1,33,36,48,45,127,221(00101802),221(0050f202),htcap:002c,htagg:17,htmcs:0000ffff,txpow:1303,extcap:0000000000000040", "mac-oui-bcce25|1" + ], + "Switch 2": [ + "dhcp_req|1,3,6,28", + "wifi4|0,1,33,48,45,127,244,221(0050f202),221(0022aa10),htcap:092d,htagg:03,htmcs:000000ff,txpow:1400,extcap:00004800000000400020", + "wifi6|0,1,33,48,45,127,244,255(35),221(0050f202),221(0022aa10),htcap:092d,htagg:03,htmcs:000000ff,txpow:1400,extcap:00004800000000400020,hemac:00001a000803,hephy:000000049fc00d00ca20", + "wifi-vendor-oui-0022aa|1", + "mac-oui-48f1eb|1" ] } } |