Update to native-first driver model + user build docs

Confirmed kernel modules on Pixel 10 Pro Fold (rango):
All gamepad drivers native (xpad, hid-playstation, hid-nintendo,
hid-sony, hid-microsoft, hid-logitech, hid-steam, wacom).
SDR uses userspace USB (no kernel modules). WiFi nexmon and
joydev need user-built firmware/modules — documented in
BUILDING_MODULES.md with full instructions.
This commit is contained in:
sssnake
2026-03-31 07:20:55 -07:00
parent 50f4b718ce
commit 7776b6c497
4 changed files with 387 additions and 167 deletions

View File

@@ -177,9 +177,9 @@
</div>
<select class="sel" id="wifiMode" onchange="setMode('wifi_mode', this.value)">
<option value="standard">Standard</option>
<option value="monitor">Monitor</option>
<option value="monitor">Monitor (Nexmon)</option>
<option value="injection">Injection (Nexmon)</option>
<option value="mesh">Mesh (802.11s)</option>
<option value="restore">Restore Stock</option>
</select>
</div>
<div class="row">
@@ -247,7 +247,7 @@
<div class="row">
<div>
<div class="row-label">Controller Mode</div>
<div class="row-desc">Xbox / PS5 / Switch Pro / 8BitDo / Generic</div>
<div class="row-desc">All native: Xbox, PS5, PS4, Switch, Steam, Logitech, 8BitDo, Wacom</div>
</div>
<select class="sel" id="gamepadMode" onchange="setMode('gamepad_mode', this.value)">
<option value="auto">Auto (All)</option>