From 17188c31c449cc098f815cd20ebf8ebd6a5fc6b6 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 12 Feb 2013 09:51:11 +0000 Subject: kernel: update linux 3.7 to 3.7.7 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35571 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.7/102-ehci_hcd_ignore_oc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-3.7/102-ehci_hcd_ignore_oc.patch') diff --git a/target/linux/generic/patches-3.7/102-ehci_hcd_ignore_oc.patch b/target/linux/generic/patches-3.7/102-ehci_hcd_ignore_oc.patch index bf1815a2e..dfcfc2638 100644 --- a/target/linux/generic/patches-3.7/102-ehci_hcd_ignore_oc.patch +++ b/target/linux/generic/patches-3.7/102-ehci_hcd_ignore_oc.patch @@ -20,7 +20,7 @@ mask = PORT_CSC | PORT_PEC | PORT_OCC; else mask = PORT_CSC | PORT_PEC; -@@ -804,7 +804,7 @@ static int ehci_hub_control ( +@@ -808,7 +808,7 @@ static int ehci_hub_control ( if (temp & PORT_PEC) status |= USB_PORT_STAT_C_ENABLE << 16; -- cgit v1.2.3