Navigation Menu

Skip to content

Commit

Permalink
Fix keyboard evdev pass-through
Browse files Browse the repository at this point in the history
udev doesn't create by-id link for it since one of the 5.2.x kernel updates with hid-lg-g710-plus-dkms (generic driver does)
  • Loading branch information
jonpas committed Sep 15, 2019
1 parent 30f12fe commit 5dd14da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/win10-pci.sh
Expand Up @@ -210,7 +210,7 @@ else
OPTS+=" -usb -device usb-host,vendorid=0x0458,productid=0x0154" # KYE Systems Bluetooth Mouse

# evdev (lctrl + rctrl to swap, no macro keys)
OPTS+=" -object input-linux,id=kbd,evdev=/dev/input/by-id/usb-Logitech_Logitech_G710_Keyboard-event-kbd,grab_all=on,repeat=on" # Logitech G710 Keyboard
OPTS+=" -object input-linux,id=kbd,evdev=/dev/input/by-path/pci-0000:00:14.0-usb-0:10:1.0-event-kbd,grab_all=on,repeat=on" # Logitech G710 Keyboard
fi

# USB
Expand Down

1 comment on commit 5dd14da

@jonpas
Copy link
Owner Author

@jonpas jonpas commented on 5dd14da Sep 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually a systemd bug.

Please sign in to comment.