1. 19 4月, 2005 3 次提交
    • D
      [PATCH] usb resume fixes · c6053ecf
      David Brownell 提交于
      This has a variety of updates to the shared suspend/resume code for
      PCI based USB host controllers.
      
          - Cope with pm_message_t replacing the target system state.
            This is actually a loss of functionality; PCI D1 and D2
            states will no longer be used, and it's no longer knowable
            that D3cold is on the way so power will be lost.
      
          - Most importantly, some of the resume paths are reworked and
            cleaned up.  They're now an exact mirror of suspend paths,
            and more care is taken to ensure the hardware is reactivated
            before the hardware re-enables interrupts.
      
      Plus comment and diagnostic cleanups; there are some nasty cases here 
      especially combined with swsusp, now they're somewhat commented.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      diff -puN drivers/usb/core/hcd-pci.c~usb-resume-fixes drivers/usb/core/hcd-pci.c
      c6053ecf
    • L
      [PATCH] USB: visor Tapwave Zodiac support patch · 115c1ce5
      Larry Battraw 提交于
      Here's a tiny patch to add support for the Tapwave Zodiac (for
      2.6.11.6).  I've been meaning to send it in for a while but kept
      upgrading my kernel and losing the changes :-)  I own the device and it
      works fine with the latest pilot-link beta.
      
      From: Larry Battraw <lbattraw@insightbb.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      115c1ce5
    • G
      [PATCH] USB: add new visor id for Treo 650 · ac21e9ff
      gregkh@suse.de 提交于
      Thanks to Jamieson Becker <jamie@jamiebecker.com> for the info
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      diff -Naur -X dontdiff-osdl tmp/linux-2.6.12-rc2/drivers/usb/serial/visor.h linux-2.6/drivers/usb/serial/visor.h
      ac21e9ff
  2. 17 4月, 2005 37 次提交