Skip to content

Commit 8795ca0

Browse files
committed
fix: (powerbutton) add physical device identifiers for Claw A8
1 parent 3fa242c commit 8795ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hhd/plugins/powerbutton/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class PowerButtonConfig(NamedTuple):
8484
"MSI Claw A8",
8585
"Claw A8 BZ2EM",
8686
type="only_press",
87+
phys=["gpio-keys", "LNXPWRBN", "PNP0C0C"],
8788
),
8889
]
8990

0 commit comments

Comments
 (0)