Re: [PATCHv2 5/6] base: platform: name the device already during allocation

2014-07-13 Thread Kishon Vijay Abraham I
Greg, On Thursday 05 June 2014 06:22 PM, Heikki Krogerus wrote: > This allows resources such as GPIOs and clocks, which can be > matched based on the device name when requested, to be > assigned even when PLATFORM_DEVID_AUTO is used. Any comments on this patch? Thanks Kishon > > Signed-off-by:

Re: [PATCHv2 3/6] arm: omap3: twl: use the new lookup method with usb phy

2014-07-13 Thread Kishon Vijay Abraham I
Hi Tony, On Thursday 05 June 2014 06:22 PM, Heikki Krogerus wrote: > Provide complete association for the phy and it's user > (musb) with the new phy lookup method. I can take this patch with your Ack or if you want to take it Acked-by: Kishon Vijay Abraham I Thanks Kishon > > Signed-off-by: H

[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 v3] add quirks for 0x04d9:0xa096 hid keyborad device

2014-07-13 Thread microcai
I am using a USB keyboard 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 keyboard is usable right after plugin --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c

Re: usb 3 HDD dock gets disconnected (bug 80131)

2014-07-13 Thread Adrien S
As an additional note: since that problem I could not mount any other mass storage device (even usb keys): [ 8963.471154] xhci_hcd :00:14.0: Timeout while waiting for a slot [ 8963.471159] hub 2-0:1.0: couldn't allocate port 11 usb_device [ 8995.002796] xhci_hcd :00:14.0: Timeout while wa

usb 3 HDD dock gets disconnected (bug 80131)

2014-07-13 Thread Adrien S
Hi list, (copied from https://bugzilla.kernel.org/show_bug.cgi?id=80131:) I have a problem with an external HDD USB 3 dock which gets regularly disconnected. It happens on my main computer, but not on an older linux box (with a recent kernel) and is also fine with a Mac OS X, so I believe that th

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 + drivers/hid/usb

[PATCH v2] add quirks for 0x4d9:0xa096 hid device

2014-07-13 Thread microcai
Resend the patch, because I miss spell the keyborad as mouse -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] add quirks for 0x4d9:0xa096 hid 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 + drivers/hid/usb