]> Pileus Git - ~andy/linux/commit
HID: kye: fix unresponsive keyboard
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Wed, 20 Nov 2013 14:49:42 +0000 (09:49 -0500)
committerJiri Kosina <jkosina@suse.cz>
Thu, 21 Nov 2013 09:28:58 +0000 (10:28 +0100)
commit8a396321e2102d98a0d387c773be13b55d88ae6f
tree994e6442aa3fec3cd02091b255fa0bd542883828
parent4a2c94c9b6c03af61b04993340bd9559e2277de4
HID: kye: fix unresponsive keyboard

The manticore keyboard requires that all usb EP are opened at least
once to be fully functional. The third EP forwards to the user space
some vendor specific information about the keyboard state, but are useless
currently for the kernel.

Opening them and closing them makes the keyboard responsive again.

Reported-and-tested-by: Adam Kulagowski <fidor@fidor.org>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-kye.c