lg4l
lg4l copied to clipboard
Unable to bind g15v1
Hi, I have a g15v1 keyboard and I have compiled the driver from 4.11 branch (i'm on debian stretch with kernel 4.9). I have an issue when binding the driver to device. When i do lsusb
, the output is the following:
Bus 001 Device 042: ID 046d:c222 Logitech, Inc. G15 Keyboard / LCD
Bus 001 Device 040: ID 046d:c221 Logitech, Inc. G11/G15 Keyboard / Keyboard
Bus 001 Device 039: ID 046d:c223 Logitech, Inc. G11/G15 Keyboard / USB Hub
the rebind script try to bind the to the device 046d:c222
but the input device seems to be 046d:c221
( since 046d:c222
is clearly related to the keyboard LCD) . So i tried to change the the id into rebind script but I get:
bash: echo: write error: No such device
tried to do it manually but I gate the same error
Thank you for your work