[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2018-07-12 Thread Daniel M. Lambea
@kaihengfeng, I've sent the code to kernel.org and it's under review. In the meantime, I am keeping the code in my Github updated, so the users can download a pre-packaged DKMS deb file from it (or compile their own). -- You received this bug notification because you are a member of Ubuntu

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2018-06-25 Thread Daniel M. Lambea
@kaihengfeng, I believe upstreaming the driver is the right thing to do, but I need to learn more about how in-tree drivers are written and submitted. Yes, I will try my best to upstreaming it. I will contact you when/if the driver is accepted. Thank you very much for your help. -- You received

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2018-06-24 Thread Daniel M. Lambea
Release 0.5 makes this device fully functional. You can download it from: https://github.com/dmlambea/linux-cougar-500k-drv/releases ** Attachment added: "DKMS module package for v0.5"

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2018-06-18 Thread Daniel M. Lambea
** Description changed: - USB keyboard Cougar K500 gaming keyboard has some additional extended + USB keyboard Cougar 500k Gaming Keyboard has some additional extended keys, all of them making the keyboard stop responding if pressed under linux. The device is recovered only by unplugging the

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2018-06-18 Thread Daniel M. Lambea
I've uploaded the code to Github, so it can be better read there. https://github.com/dmlambea/linux-cougar-500k-drv -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1511511 Title: USB keyboard stops

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2018-06-17 Thread Daniel M. Lambea
@Alexander, @Taimur: thanks to your comments and efforts, I've managed to make a very basic HID driver for this keyboard. I have tested it against kernel 4.15.0-23-generic with success. Please remove "hid_generic" before loading this module and plugging the keyboard in, so that hid_generic doesn't

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2016-08-15 Thread Daniel M. Lambea
I've managed to collect two PCAPNG files, one captured using virtualized Windows 7 and the second directly under Ubuntu 16.04LTS fully upgraded up to date. In both sessions, after initialization I pressed "a" key, then special key "G6". The "a" key makes four packets to be recorded. The "G6"

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2016-08-11 Thread Daniel M. Lambea
The keyboard has been tested in Ubuntu 16.04LTS kernel 4.4.0-34 x86_64 with the same behavior. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1511511 Title: USB keyboard stops working after pressing

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2015-11-03 Thread Daniel M. Lambea
The keyboard was bought a few months ago and the bug have always been there. I've tried the keyboard both in upgraded systems and in fresh installations to no avail. Following your instructions, I have just tested it right now using the mainline kernel (at the URL you provided) and the bug is

[Bug 1511511] [NEW] USB keyboard stops working after pressing extended key

2015-10-29 Thread Daniel M. Lambea
Public bug reported: USB keyboard Cougar K500 gaming keyboard has some additional extended keys, all of them making the keyboard stop responding if pressed under linux. The device is recovered only by unplugging the USB and plugging it again. The keyboard has been tested under Ubuntu 14.04.3

[Bug 1511511] Re: USB keyboard stops working after pressing extended key

2015-10-29 Thread Daniel M. Lambea
Dmesg log info shows the folling: "hid-generic 0003:060B:500A.000A: usage index exceeded". I attach the device rdesc file, obtained from: cat /sys/kernel/debug/hid/0003:060B:500A.000A/rdesc ** Attachment added: "rdesc info obtained from cat /sys/kernel/debug/hid/:060B:500A./rdesc"