From 588acc2cbae61c31b6eabd19e55fcb48c653d87a Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 26 May 2015 09:31:16 +0000 Subject: generic/4.0: update to 4.0.4 Update kernel sources and refresh some patches. Signed-off-by: Daniel Golle Signed-off-by: Imre Kaloz SVN-Revision: 45761 --- target/linux/generic/patches-4.0/102-ehci_hcd_ignore_oc.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-4.0/102-ehci_hcd_ignore_oc.patch') diff --git a/target/linux/generic/patches-4.0/102-ehci_hcd_ignore_oc.patch b/target/linux/generic/patches-4.0/102-ehci_hcd_ignore_oc.patch index fbe7568..4da579c 100644 --- a/target/linux/generic/patches-4.0/102-ehci_hcd_ignore_oc.patch +++ b/target/linux/generic/patches-4.0/102-ehci_hcd_ignore_oc.patch @@ -31,7 +31,7 @@ Signed-off-by: Florian Fainelli &ehci->regs->intr_enable); /* Turn On Interrupts */ --- a/drivers/usb/host/ehci-hub.c +++ b/drivers/usb/host/ehci-hub.c -@@ -630,7 +630,7 @@ ehci_hub_status_data (struct usb_hcd *hc +@@ -633,7 +633,7 @@ ehci_hub_status_data (struct usb_hcd *hc * always set, seem to clear PORT_OCC and PORT_CSC when writing to * PORT_POWER; that's surprising, but maybe within-spec. */ @@ -40,7 +40,7 @@ Signed-off-by: Florian Fainelli mask = PORT_CSC | PORT_PEC | PORT_OCC; else mask = PORT_CSC | PORT_PEC; -@@ -992,7 +992,7 @@ int ehci_hub_control( +@@ -995,7 +995,7 @@ int ehci_hub_control( if (temp & PORT_PEC) status |= USB_PORT_STAT_C_ENABLE << 16; -- cgit v1.1