You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:the rebind script try to bind the to the device
046d:c222
but the input device seems to be046d:c221
( since046d:c222
is clearly related to the keyboard LCD) . So i tried to change the the id into rebind script but I get:tried to do it manually but I gate the same error
Thank you for your work
The text was updated successfully, but these errors were encountered: