aboutsummaryrefslogtreecommitdiffstats
path: root/usb.current/usb-r8a66597-fix-failure-in-change-of-status.patch
diff options
Diffstat (limited to 'usb.current/usb-r8a66597-fix-failure-in-change-of-status.patch')
-rw-r--r--usb.current/usb-r8a66597-fix-failure-in-change-of-status.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/usb.current/usb-r8a66597-fix-failure-in-change-of-status.patch b/usb.current/usb-r8a66597-fix-failure-in-change-of-status.patch
deleted file mode 100644
index 720e5023a9b3fd..00000000000000
--- a/usb.current/usb-r8a66597-fix-failure-in-change-of-status.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From nobuhiro.iwamatsu.yj@renesas.com Mon Jun 14 15:48:15 2010
-From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
-Date: Mon, 7 Jun 2010 16:55:56 +0900
-Subject: USB: r8a66597: Fix failure in change of status
-To: gregkh@suse.de
-Cc: stern@rowland.harvard.edu, shimoda.yoshihiro@renesas.com, Paul Mundt <lethal@linux-sh.org>
-Message-ID: <AANLkTimQgvU-pG67QWVjXY5rzLCclelHc7hhsUb_fpJF@mail.gmail.com>
-
-
-In the change by 749da5f82fe33ff68dd4aa1a5e35cd9aa6246dab,
-The change in the status when the USB device is connected is wrong.
-Therefore, the device is not recognized.
-
-Acked-by: Alan Stern <stern@rowland.harvard.edu>
-CC: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
-CC: Paul Mundt" <lethal@linux-sh.org>
-Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- drivers/usb/host/r8a66597-hcd.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/drivers/usb/host/r8a66597-hcd.c
-+++ b/drivers/usb/host/r8a66597-hcd.c
-@@ -1065,7 +1065,7 @@ static void r8a66597_usb_connect(struct
- else if (speed == LSMODE)
- rh->port |= USB_PORT_STAT_LOW_SPEED;
-
-- rh->port &= USB_PORT_STAT_RESET;
-+ rh->port &= ~USB_PORT_STAT_RESET;
- rh->port |= USB_PORT_STAT_ENABLE;
- }
-