]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
usbcore: fix up device and power state tests
authorAlan Stern <stern@rowland.harvard.edu>
Sun, 2 Jul 2006 02:13:04 +0000 (22:13 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:50 +0000 (11:58 -0700)
commit114b368c07964caa3f4e1fa575b16e87fa11936c
tree74500e47040be3bf4923eebd60404fc7b62004a9
parent2bf4086d7a7722b470aa24e1be725cc58619c6fe
usbcore: fix up device and power state tests

This patch (as734) rationalizes the various tests of device state and
power states.  There are duplications and mistaken tests in several
places.

Perhaps the most interesting challenge is where the hub driver tests to
see that all the child devices are suspended before allowing itself to
be suspended.  When CONFIG_USB_SUSPEND is set the test is
straightforward, since we expect that the children _will_ be suspended.
But when CONFIG_USB_SUSPEND isn't set, it's not so clear what should be
done.  The code compromises by checking the child's
power.power_state.event field.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/driver.c
drivers/usb/core/generic.c
drivers/usb/core/hub.c