Re: [PATCH] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-29 Thread Jiri Kosina
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 > >

Re: [PATCH] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-29 Thread Jiri Kosina
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

[PATCH] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-13 Thread microcai
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

Re: [PATCH] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-13 Thread Henrique de Moraes Holschuh
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.

[PATCH] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-13 Thread microcai
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 +

[PATCH] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-13 Thread microcai
From: microcai microcai...@gmail.com 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 |

Re: [PATCH] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-13 Thread Henrique de Moraes Holschuh
On Sun, 13 Jul 2014, micro...@fedoraproject.org wrote: From: microcai microcai...@gmail.com 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

[PATCH] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-13 Thread microcai
From: microcai microcai...@gmail.com 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