We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c363d08 commit 2a7c726Copy full SHA for 2a7c726
src/hhd/plugins/overlay/controllers.py
@@ -257,7 +257,7 @@ def find_devices(
257
# Allow bluetooth controllers that contain uhid and phys, while
258
# blocking hhd devices that contain uhid and a special mac address
259
"uhid" in dev.get("sysfs", "")
260
- and "35:53:" not in dev.get("uniq", "")
+ and "35:53:" in dev.get("uniq", "")
261
):
262
continue
263
0 commit comments