1. 19 Apr, 2005 6 commits
    • David Brownell's avatar
      [PATCH] USB: hcd suspend uses pm_message_t · 9a5d3e98
      David Brownell authored
      This patch includes minor "sparse -Wbitwise" updates for the PCI based
      HCDs.  Almost all of them involve just changing the second parameter of the
      suspend() method to a pm_message_t ...  the others relate to how the EHCI
      code walks in-memory data structures.  (There's a minor bug fixed there too
      ...  affecting the big-endian sysfs async schedule dump.)
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
      
      Index: gregkh-2.6/drivers/usb/core/hcd.h
      ===================================================================
      9a5d3e98
    • David Brownell's avatar
      [PATCH] usb suspend updates (interface suspend) · 27d72e85
      David Brownell authored
      This is the first of a few installments of PM API updates to match the
      recent switch to "pm_message_t".  This installment primarily affects
      USB device drivers (for USB interfaces), and it changes the handful of
      drivers which currently implement suspend methods:
      
          - <linux/usb.h> and usbcore, signature change
      
          - Some drivers only changed the signature, net effect this just
            shuts up "sparse -Wbitwise":
      	* hid-core
      	* stir4200
      
          - Two network drivers did that, and also grew slightly more
            featureful suspend code ... they now properly shut down
            their activities.  (As should stir4200...)
      	* pegasus
      	* usbnet
      
      Note that the Wake-On-Lan (WOL) support in pegasus doesn't yet work; looks
      to me like it's missing a request to turn it on, vs just configuring it.
      The ASIX code in usbnet also has WOL hooks that are ready to use; untested.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
      Index: gregkh-2.6/drivers/net/irda/stir4200.c
      ===================================================================
      27d72e85
    • David Brownell's avatar
      [PATCH] usb resume fixes · c6053ecf
      David Brownell authored
      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: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
      diff -puN drivers/usb/core/hcd-pci.c~usb-resume-fixes drivers/usb/core/hcd-pci.c
      c6053ecf
    • akpm@osdl.org's avatar
      [PATCH] USB: usb_cdc build fix · 84d79cb8
      akpm@osdl.org authored
      With older gcc's:
      
      In file included from drivers/usb/class/cdc-acm.c:63:
      include/linux/usb_cdc.h:117: field `bDetailData' has incomplete type
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
      diff -puN include/linux/usb_cdc.h~usb_cdc-build-fix include/linux/usb_cdc.h
      84d79cb8
    • Larry Battraw's avatar
      [PATCH] USB: visor Tapwave Zodiac support patch · 115c1ce5
      Larry Battraw authored
      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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
      115c1ce5
    • gregkh@suse.de's avatar
      [PATCH] USB: add new visor id for Treo 650 · ac21e9ff
      gregkh@suse.de authored
      Thanks to Jamieson Becker <jamie@jamiebecker.com> for the info
      Signed-off-by: default avatarGreg 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. 18 Apr, 2005 15 commits
  3. 17 Apr, 2005 16 commits
  4. 16 Apr, 2005 3 commits