Skip to content

Commit 17ee987

Browse files
authored
fix compiler error
1 parent b93d70c commit 17ee987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hhd/device/gpd/win/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def controller_loop(
251251

252252
# Vendor
253253
d_kbd_1 = BackbuttonsEvdev(
254-
vid=[GPD_WIN_VID],
254+
vid=GPD_WIN_VIDS,
255255
pid=GPD_WIN_PIDS,
256256
capabilities={EC("EV_KEY"): [EC("KEY_SYSRQ"), EC("KEY_PAUSE")]},
257257
required=True,

0 commit comments

Comments
 (0)