On Mon, 14 Jul 2014, micro...@fedoraproject.org wrote:
> I am using a USB keyborad that give me
> "usb_submit_urb(ctrl) failed: -1" error when I plugin it.
> and I need to wait for 10s for this device to be ready.
>
> by adding this quirks, the usb keyborad is usable right after plugin
>
> Signe
From: microcai
I am using a USB keyborad that give me
"usb_submit_urb(ctrl) failed: -1" error when I plugin it.
and I need to wait for 10s for this device to be ready.
by adding this quirks, the usb keyborad is usable right after plugin
Signed-off-by: Wangzhao Cai
---
drivers/hid/hid-ids.h
On Sun, 13 Jul 2014, micro...@fedoraproject.org wrote:
> From: microcai
Real name, please.
Also, you need to add a signed-off-by line, refer to:
Documentation/SubmittingPatches
in the kernel source.
> by adding this quirks, the usb keyborad is usable right after plugin
It is spelled keyboard.
From: microcai
I am using a USB keyborad that give me
"usb_submit_urb(ctrl) failed: -1" error when I plugin it.
and I need to wait for 10s for this device to be ready.
by adding this quirks, the usb keyborad is usable right after plugin
---
drivers/hid/hid-ids.h | 1 +
drivers/hid/usb