Skip to content

Commit 99a6358

Browse files
authored
udev: Comment out vid/pid on HandyGCCS (#1313)
it's a generic xbox vid/pid, which conflicts with all sorts of other controllers, both physical and virtual.
2 parents 794a2f1 + a4e88dc commit 99a6358

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

udev/HandyGCCS-Controller.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
input_driver = "udev"
22
input_device = "Handheld Controller"
3-
input_vendor_id = "1118"
4-
input_product_id = "654"
3+
#input_vendor_id = "1118"
4+
#input_product_id = "654"
55
input_b_btn = "6"
66
input_y_btn = "8"
77
input_select_btn = "12"

0 commit comments

Comments
 (0)