Re: [PATCH] usbcore: fix BABBLE failed enumeration of legacy USB2 devices on USB3 bus

2014-01-17 Thread Jérôme Carretero
if (retval != -ENODEV) > dev_err(&udev->dev, > > > ________________ > From: linux-usb-ow...@vger.kernel.org > [linux-usb-ow...@vger.kernel.org] on behalf of Greg Kroah-Hartman > [gre...@linuxfoundation.org] Sent

RE: [PATCH] usbcore: fix BABBLE failed enumeration of legacy USB2 devices on USB3 bus

2014-01-07 Thread Marius Silaghi
nt: Tuesday, January 07, 2014 19:32 To: Marius Silaghi Cc: Sarah Sharp; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Alan Stern; Lan Tianyu; Xenia Ragiadakou; Jiri Kosina Subject: Re: [PATCH] usbcore: fix BABBLE failed enumeration of legacy USB2 devices on USB3 bus On Tue, Dec 24, 2013

Re: [PATCH] usbcore: fix BABBLE failed enumeration of legacy USB2 devices on USB3 bus

2014-01-07 Thread Greg Kroah-Hartman
On Tue, Dec 24, 2013 at 04:19:18AM +, Marius Silaghi wrote: > From: Marius C Silaghi > > This patch is generated against the last kernel version in the github kernel > repository. We work off of the git.kernel.org trees, not github :) > Some older families of USB2 cameras (STC-XUSB)

[PATCH] usbcore: fix BABBLE failed enumeration of legacy USB2 devices on USB3 bus

2013-12-23 Thread Marius Silaghi
From: Marius C Silaghi This patch is generated against the last kernel version in the github kernel repository. Some older families of USB2 cameras (STC-XUSB) do not support querying only the first 8 bytes of their device descriptor and therefore fail at enumeration on USB3 HCDs, with babb