From: Laurent Pinchart Date: Fri, 22 Aug 2008 20:25:10 +0000 (-0300) Subject: V4L/DVB (8754): uvcvideo: Implement the USB power management reset_resume method. X-Git-Tag: v2.6.28-rc1~601^2~255 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b0ae867a6fd3035e97e6c33bc07a5bfd7c0f96c;p=pandora-kernel.git V4L/DVB (8754): uvcvideo: Implement the USB power management reset_resume method. When a suspended device has been reset instead of being resumed, USB core calls the reset_resume method if available instead of unbinding and rebinding the device. This patch implements reset_resume by reusing the current resume implementation and simplifies the resume method by skipping the controls restore stage. Resuming from autosuspend should be faster. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed