From: David Brownell Date: Fri, 23 Sep 2005 05:45:13 +0000 (-0700) Subject: [PATCH] ISP116x PM updates X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdcf77ae32e3d3347fdf3810b27f899e98c34fb;p=pandora-kernel.git [PATCH] ISP116x PM updates This makes the isp116x driver stop using usb_suspend_device() and usb_resume_device() ... usbcore now calls to the root hub methods, removing the need for this. It also switches from keventd to khubd for remote wakeup. (Compile tested.) Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman drivers/usb/host/isp116x-hcd.c | 29 ++++------------------------- drivers/usb/host/isp116x.h | 1 - 2 files changed, 4 insertions(+), 26 deletions(-) --- Reading git-diff-tree failed