Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corsair Gaming K70 LUX Keyboard: V204 uses new led handling also #95

Closed
frickler24 opened this issue Feb 28, 2017 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@frickler24
Copy link
Collaborator

in #48 the following info came from a Keyboard:

...
[I] claiming interfaces. name=Corsair Gaming K70 LUX Keyboard, serial=bla, firmware=0204; Got >> 3<< as ep_str
...

feb 28 11:47:16 yggdrasil ckb-daemon[8197]: [E] loadrgb_kb (led_keyboard.c:224): Bad input header
feb 28 11:47:16 yggdrasil ckb-daemon[8197]: [E] loadrgb_kb (led_keyboard.c:228): color = 0, i = 1, mode = 0
feb 28 11:47:16 yggdrasil ckb-daemon[8197]: Input(Antwort): 0e ff 01 3c ff ff ff ff
feb 28 11:47:16 yggdrasil ckb-daemon[8197]: Output (Frage): 0e ff 01 3c
feb 28 11:47:22 yggdrasil ckb-daemon[8197]: [E] os_usbrecv (via led_keyboard.c:233): Connection timed out
feb 28 11:47:22 yggdrasil ckb-daemon[8197]: [W] _start_dev (device.c:45): Unable to load hardware profile
feb 28 11:47:22 yggdrasil kernel: usb 3-6: usbfs: USBDEVFS_CONTROL failed cmd ckb-daemon rqt 161 rq 1 len 64 ret -110
feb 28 11:47:22 yggdrasil ckb-daemon[8197]: [I] Setup finished for /var/run/ckb1

What does it mean? The daemon tries to read the LED profiles, stored to the KB. The protocol for this is fix, but changed on a K95 RGB between firmware v204 and 205. Here we have V204 and get the eror.
So we must change the usb_led_fix to differentiate not only the version number, but the version specific to the hardware.

@frickler24 frickler24 added the bug label Feb 28, 2017
@frickler24 frickler24 self-assigned this Feb 28, 2017
@frickler24
Copy link
Collaborator Author

is the issue for #96

@ghost ghost added this to the 0.2.8 release milestone Apr 4, 2017
@ghost ghost modified the milestones: 0.2.8, 0.2.9 May 2, 2017
@frickler24
Copy link
Collaborator Author

Is fixed with #195 at last.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant