]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/usb/core/hub.c
USB: add RESET_RESUME device quirk
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 4 May 2007 15:53:03 +0000 (11:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:29:47 +0000 (16:29 -0700)
commit6bc6cff52e0c4c4c876b1b8a5750041da61ad42b
tree98b6815b071be2b0dc8e10b661a7fb1e3cdd9e82
parent383975d765523a56dc43a6cd6d52e9b376800cf2
USB: add RESET_RESUME device quirk

This patch (as888) adds a new USB device quirk for devices which are
unable to resume correctly.  By using the new code added for the
USB-persist facility, it is a simple matter to reset these devices
instead of resuming them.  To get things kicked off, a quirk entry is
added for the Philips PSC805.

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/hub.c
drivers/usb/core/quirks.c
include/linux/usb/quirks.h