1. 29 Sep, 2006 36 commits
  2. 28 Sep, 2006 4 commits
    • Linus Torvalds's avatar
      Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/hwmon-2.6 · 2ff71258
      Linus Torvalds authored
      * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/hwmon-2.6: (39 commits)
        hwmon: Remove Yuan Mu's address
        hwmon: Fix unchecked return status, SMSC chips
        hwmon: Fix unchecked return status, batch 6
        w83792d: Fix unchecked return status
        w83l785ts: Fix unchecked return status
        w83781d: Fix unchecked return status
        vt8231: Fix unchecked return status
        Fix unchecked return status, batch 5
        hwmon: Fix unchecked return status, batch 4
        hwmon: Fix unchecked return status, batch 3
        hwmon: Fix unchecked return status, batch 2
        w83627ehf: Fix unchecked return status
        pc87360: Check for error on sysfs files creation
        pc87360: Delete sysfs files on device deletion
        pc87360: Move some code around
        hwmon: Fix unchecked return status, batch 1
        vt1211: Document module parameters
        vt1211: Add documentation
        hwmon: New driver for the VIA VT1211
        w83791d: Documentation update
        ...
      2ff71258
    • Alan Stern's avatar
      USB: g_file_storage: Set sense info Valid bit only when needed · 6174d0fd
      Alan Stern authored
      Strictly speaking, the Valid bit in SCSI sense data is supposed to
      be set only when the Information field contains a valid number.  This
      patch (as793) turns off the Valid bit when the Information field
      hasn't been set.
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      6174d0fd
    • Alan Stern's avatar
      USB: fix autosuspend when CONFIG_PM isn't set · e0318ebf
      Alan Stern authored
      This patch (as791b) fixes things up to avoid compiler warnings or
      errors when CONFIG_USB_SUSPEND or CONFIG_PM isn't set.
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      e0318ebf
    • Alan Stern's avatar
      OHCI: add auto-stop support · 8d1a243b
      Alan Stern authored
      This patch (as790b) adds "autostop" support to ohci-hcd: the driver
      will automatically stop the host controller when no devices have been
      connected for at least one second.  This feature is useful when the
      USB autosuspend facility isn't available, such as when
      CONFIG_USB_SUSPEND hasn't been set.
      Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      8d1a243b