]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: ozwpan: Reset PORT_ENABLE bit.
authorRupesh Gujare <rupesh.gujare@atmel.com>
Tue, 27 Aug 2013 15:53:41 +0000 (16:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 00:00:00 +0000 (17:00 -0700)
Reset PORT_ENABLE bit of port status on loosing PD.

Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozhcd.c

index 4eb2f539f3355d31f5458fcb761559a56e15fc16..d6c3d0ebba7b27ce85a69d3d6ecc88bbd1f1ae3e 100644 (file)
@@ -760,7 +760,7 @@ void oz_hcd_pd_departed(struct oz_port *port)
        port->config_num = 0;
        port->flags &= ~(OZ_PORT_F_PRESENT | OZ_PORT_F_DYING);
        port->flags |= OZ_PORT_F_CHANGED;
-       port->status &= ~USB_PORT_STAT_CONNECTION;
+       port->status &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE);
        port->status |= (USB_PORT_STAT_C_CONNECTION << 16);
        /* If there is an endpont 0 then clear the pointer while we hold
         * the spinlock be we deallocate it after releasing the lock.