Commit ab9fa8c
Make uhid module loading conditional and less invasive
Only load and configure uhid module if it's not already loaded:
1. Check if uhid is loaded: lsmod | grep uhid
2. If already loaded: Print checkmark, skip
3. If not loaded:
- Run modprobe uhid
- Add to /etc/modules-load.d/helix.conf for boot auto-load
This prevents unnecessary system modifications and is less invasive.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dd2d01f commit ab9fa8c
1 file changed
+16
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1308 | 1308 | | |
1309 | 1309 | | |
1310 | 1310 | | |
1311 | | - | |
1312 | 1311 | | |
1313 | | - | |
| 1312 | + | |
1314 | 1313 | | |
1315 | | - | |
1316 | | - | |
1317 | | - | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
1318 | 1317 | | |
1319 | | - | |
1320 | | - | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
1326 | 1330 | | |
1327 | 1331 | | |
1328 | 1332 | | |
| |||
0 commit comments