From: David Brownell Date: Tue, 13 Sep 2005 02:39:39 +0000 (-0700) Subject: [PATCH] usb device wakeup flags X-Git-Tag: v2.6.15-rc1~732^2^2~4^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94dc6b58667a73eeaf5cfd9c9e90dcd98743c5b;p=pandora-kernel.git [PATCH] usb device wakeup flags This patch teaches "usb_device" about the new driver model wakeup support: - It updates device wakeup capabilities when entering a configuration with the WAKEUP attribute; - During suspend processing it consults the policy bit to see whether it should enable wakeup for that device. (This resolves a FIXME to not assume the answer is always "yes"; some devices lie about supporting remote wakeup.) Support for root hubs and the HCDs is separate (and more complex). Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed