Skip to content
Commit c14022bf authored by Daniel Bristot de Oliveira's avatar Daniel Bristot de Oliveira Committed by Jiri Kosina
Browse files

HID: usbhid: enable NO_INIT_REPORTS quirk for Semico USB Keykoard2



The device which identifies itself as a "USB Keykoard" (no typo)
with VID:PID 1a2c:0027 does not seem to be handling the reports
initialization very well.

This results in a "usb_submit_urb(ctrl) failed: -1" message from the
kernel when connected, and a delay before its initialization. It can
also cause the hang the system.

This patch adds the  quirk for this device, which causes the delay
to disappear. It is named as "USB Keykoard2" because the "USB Keykoard"
already exists.

Signed-off-by: default avatarDaniel Bristot de Oliveira <bristot@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent e791f7b1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment