-at91: Forcibly suspend ports while USB
suspend")
Signed-off-by: Jelle Martijn Kok
Tested-by: Wenyou Yang
Cc: Wenyou Yang
Cc: Alexandre Belloni
Cc: Nicolas Ferre
Cc: Alan Stern
---
drivers/usb/host/ohci-at91.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/driver
USB devices is inserted.
Fixes: 2e2aa1bc7eff90ec ("usb: ohci-at91: Forcibly suspend ports while
USB suspend")
Signed-off-by: Jelle Martijn Kok
Tested-by: Wenyou Yang
Cc: Wenyou Yang
Cc: Alexandre Belloni
Cc: Nicolas Ferre
Cc: Alan Stern
On 16-02-17 17:35, Greg KH wrote:
On T
External USB hubs seems to go into suspend, but never wakeup again.
Tested on an AT91SAM9G20
Signed-off-by: Jelle Martijn Kok
---
drivers/usb/host/ohci-at91.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c
The "dbg_port" macro uses the "outside" parameter (="temp") instead of
the parameters (="value") given in the macro. As the macro can look
outside its definition this causes no direct problem.
Signed-off-by: Jelle Martijn Kok
Acked-by: Alan Ster