summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.7/0123-USB-fix-roothub-for-IFXHCD.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-01-28 17:44:20 +0000
committerJohn Crispin <john@openwrt.org>2013-01-28 17:44:20 +0000
commit0de095593195b8c45dcecb4343271afbedce32df (patch)
treeb93cbf751ceb44b9b4b9500cae0cf7a2d2efc15d /target/linux/lantiq/patches-3.7/0123-USB-fix-roothub-for-IFXHCD.patch
parent0183df8ed9155b813564aafadace08ee04d64456 (diff)
downloadmaster-31e0f0ae-0de095593195b8c45dcecb4343271afbedce32df.tar.gz
master-31e0f0ae-0de095593195b8c45dcecb4343271afbedce32df.tar.bz2
master-31e0f0ae-0de095593195b8c45dcecb4343271afbedce32df.zip
refresh patches
SVN-Revision: 35355
Diffstat (limited to 'target/linux/lantiq/patches-3.7/0123-USB-fix-roothub-for-IFXHCD.patch')
-rw-r--r--target/linux/lantiq/patches-3.7/0123-USB-fix-roothub-for-IFXHCD.patch16
1 files changed, 6 insertions, 10 deletions
diff --git a/target/linux/lantiq/patches-3.7/0123-USB-fix-roothub-for-IFXHCD.patch b/target/linux/lantiq/patches-3.7/0123-USB-fix-roothub-for-IFXHCD.patch
index 0d1feb59a4..d4eae8ba44 100644
--- a/target/linux/lantiq/patches-3.7/0123-USB-fix-roothub-for-IFXHCD.patch
+++ b/target/linux/lantiq/patches-3.7/0123-USB-fix-roothub-for-IFXHCD.patch
@@ -7,11 +7,9 @@ Subject: [PATCH 123/123] USB: fix roothub for IFXHCD
drivers/usb/core/hub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-Index: linux-3.7-rc8/drivers/usb/core/hub.c
-===================================================================
---- linux-3.7-rc8.orig/drivers/usb/core/hub.c 2012-12-03 20:22:37.000000000 +0100
-+++ linux-3.7-rc8/drivers/usb/core/hub.c 2012-12-10 23:37:16.658956109 +0100
-@@ -3839,7 +3839,7 @@
+--- a/drivers/usb/core/hub.c
++++ b/drivers/usb/core/hub.c
+@@ -3906,7 +3906,7 @@ hub_port_init (struct usb_hub *hub, stru
udev->ttport = hdev->ttport;
} else if (udev->speed != USB_SPEED_HIGH
&& hdev->speed == USB_SPEED_HIGH) {
@@ -20,11 +18,9 @@ Index: linux-3.7-rc8/drivers/usb/core/hub.c
dev_err(&udev->dev, "parent hub has no TT\n");
retval = -EINVAL;
goto fail;
-Index: linux-3.7-rc8/arch/mips/lantiq/Kconfig
-===================================================================
---- linux-3.7-rc8.orig/arch/mips/lantiq/Kconfig 2012-12-10 23:37:16.622956108 +0100
-+++ linux-3.7-rc8/arch/mips/lantiq/Kconfig 2012-12-11 13:58:10.816251053 +0100
-@@ -3,6 +3,7 @@
+--- a/arch/mips/lantiq/Kconfig
++++ b/arch/mips/lantiq/Kconfig
+@@ -3,6 +3,7 @@ if LANTIQ
config SOC_TYPE_XWAY
bool
select PINCTRL_XWAY