Skip to content

Commit 2a7c726

Browse files
committed
fix check
1 parent c363d08 commit 2a7c726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hhd/plugins/overlay/controllers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def find_devices(
257257
# Allow bluetooth controllers that contain uhid and phys, while
258258
# blocking hhd devices that contain uhid and a special mac address
259259
"uhid" in dev.get("sysfs", "")
260-
and "35:53:" not in dev.get("uniq", "")
260+
and "35:53:" in dev.get("uniq", "")
261261
):
262262
continue
263263

0 commit comments

Comments
 (0)