Skip to content
  • David Brownell's avatar
    [PATCH] ISP116x PM updates · ccdcf77a
    David Brownell authored
    
    
    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: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    
     drivers/usb/host/isp116x-hcd.c |   29 ++++-------------------------
     drivers/usb/host/isp116x.h     |    1 -
     2 files changed, 4 insertions(+), 26 deletions(-)
    ccdcf77a