Re: Add commit 3f2cee73b650 ("USB: usbfs: allow URBs to be reaped after disconnection") to -stable

2015-08-10 Thread Luis Henriques
On Fri, Jul 31, 2015 at 10:56:20AM -0400, Alan Stern wrote: > Greg: > > The $SUBJECT commit was added in the 4.0 kernel, but I forgot to mark > it for inclusion in the -stable kernels. The problem it fixes is a > nasty one, affecting people who use libusb: When a device is > disconnected while

Re: [RESEND PATCH] usb: gadget: at91_udc: move prepare clk into process context

2014-12-19 Thread Luis Henriques
On Fri, Dec 19, 2014 at 03:08:15PM +0100, Nicolas Ferre wrote: > Le 19/12/2014 15:02, Ronald Wahl a écrit : > > On 19.12.2014 14:51, Luis Henriques wrote: > >> Hi Felipe, > >> > >> On Thu, Nov 20, 2014 at 01:50:49PM -0600, Felipe Balbi wrote: > >>> O

Re: [RESEND PATCH] usb: gadget: at91_udc: move prepare clk into process context

2014-12-19 Thread Luis Henriques
Hi Felipe, On Thu, Nov 20, 2014 at 01:50:49PM -0600, Felipe Balbi wrote: > On Wed, Nov 19, 2014 at 04:37:27PM +0100, Nicolas Ferre wrote: > > From: Ronald Wahl > > > > Commit 7628083227b6bc4a7e33d7c381d7a4e558424b6b (usb: gadget: at91_udc: > > prepare clk before calling enable) added clock prepa

Re: Potential USB PHY error handling fix for stable

2014-11-03 Thread Luis Henriques
On Wed, Oct 29, 2014 at 10:10:12PM +, Mark Brown wrote: > Hi, > > One of the Linaro stable kernel users has suggested 2c4e3dbf63b39d (usb: > phy: return -ENODEV on failure of try_module_get) as a fix for the > stable kernel. While it's error handling that's being fixed this does > seem like a

[PATCH] usb: storage: fix build warnings !CONFIG_PM

2014-10-01 Thread Luis Henriques
2: warning: 'config_autodelink_before_power_down' defined but not used [-Wunused-function] Signed-off-by: Luis Henriques --- drivers/usb/storage/realtek_cr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/storage/realtek_cr.c b/drivers/usb/storage/realtek_cr.c index 281be56d5648..d3ba242b98e1 1006

[PATCH 053/150] HID: add support for Sony RF receiver with USB product id 0x0374

2013-03-26 Thread Luis Henriques
Kosina [ luis: adjusted context ] Signed-off-by: Luis Henriques --- drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-sony.c | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 52bc936..2f85e59 100644

[PATCH 054/150] HID: clean up quirk for Sony RF receivers

2013-03-26 Thread Luis Henriques
Signed-off-by: Luis Henriques --- drivers/hid/hid-sony.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c index 963bda1..4142c21 100644 --- a/drivers/hid/hid-sony.c +++ b/drivers/hid/hid-sony.c @@ -44,9 +44,19 @@ static

[ 3.5.y.z extended stable ] Patch "HID: clean up quirk for Sony RF receivers" has been added to staging queue

2013-03-21 Thread Luis Henriques
ace that corresponds to the mouse (sony_report_fixup() is called once per interface during probing). Cc: linux-in...@vger.kernel.org Cc: linux-usb@vger.kernel.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Fernando Luis Vazquez Cao Signed-off-by: Jiri Kosina Signed-off-by: Luis Henriq

[ 3.5.y.z extended stable ] Patch "HID: add support for Sony RF receiver with USB product id" has been added to staging queue

2013-03-21 Thread Luis Henriques
-by: Jiri Kosina [ luis: adjusted context ] Signed-off-by: Luis Henriques --- drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-sony.c | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 52bc936..2f85