Skip to content

Commit b0e397e

Browse files
committed
Revert "add name match to ensure AT Keyboard is matched"
This reverts commit 4fa52d0.
1 parent c28118f commit b0e397e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hhd/device/claw/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def produce(self, fds):
101101
if t and curr - t < BUTTON_MIN_DELAY:
102102
self.queued.append((ev["code"], t + BUTTON_MIN_DELAY))
103103
skip.append(i)
104-
104+
105105
for i in reversed(skip):
106106
evs.pop(i)
107107

@@ -453,7 +453,6 @@ def controller_loop(
453453
required=False,
454454
grab=True,
455455
btn_map=dconf.get("btn_mapping", MSI_CLAW_MAPPINGS),
456-
name="AT*",
457456
)
458457

459458
# Mute these so after suspend we do not get stray keypresses

0 commit comments

Comments
 (0)