From 84404203f5340a3a759d075fe3040b91b3a85911 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 8 Sep 2014 17:32:52 +0000 Subject: [PATCH] ralink: add dwc2 device_reset() call Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42445 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ramips/patches-3.14/0059-USB-fix-dwc2.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 target/linux/ramips/patches-3.14/0059-USB-fix-dwc2.patch diff --git a/target/linux/ramips/patches-3.14/0059-USB-fix-dwc2.patch b/target/linux/ramips/patches-3.14/0059-USB-fix-dwc2.patch new file mode 100644 index 0000000000..745ed7690d --- /dev/null +++ b/target/linux/ramips/patches-3.14/0059-USB-fix-dwc2.patch @@ -0,0 +1,21 @@ +Index: linux-3.14.16/drivers/usb/dwc2/hcd.c +=================================================================== +--- linux-3.14.16.orig/drivers/usb/dwc2/hcd.c 2014-08-08 01:50:59.000000000 +0200 ++++ linux-3.14.16/drivers/usb/dwc2/hcd.c 2014-09-07 21:01:06.524023779 +0200 +@@ -47,6 +47,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -2764,6 +2765,8 @@ + + dev_dbg(hsotg->dev, "DWC OTG HCD INIT\n"); + ++ device_reset(hsotg->dev); ++ + /* Detect config values from hardware */ + retval = dwc2_get_hwparams(hsotg); + -- 2.11.0