1. 25 4月, 2008 2 次提交
    • A
      USB: enable USB-PERSIST by default · 9214d1d8
      Alan Stern 提交于
      This patch (as1052) enables USB-PERSIST for all devices by default.
      The user won't have to remember to enable it explicitly for devices
      containing mounted filesystems.
      
      Eventually userspace tools like hal may be able to set the persist
      attribute automatically when a filesystem is mounted on a USB device.
      When that time comes this patch can be reverted, if people think it
      matters.
      
      This approach has the advantage of giving the user the ability to turn
      off USB-PERSIST for devices with mounted filesystems, rather than
      making the kernel always assume it should be on.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      9214d1d8
    • A
      USB: remove CONFIG_USB_PERSIST setting · feccc30d
      Alan Stern 提交于
      This patch (as1047) removes the USB_PERSIST Kconfig option, enabling
      it permanently.  It also prevents the power/persist attribute from
      being created for hub devices; there's no point in having it since
      USB-PERSIST is always turned on for hubs.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      feccc30d
  2. 25 3月, 2008 1 次提交
  3. 05 3月, 2008 1 次提交
  4. 22 2月, 2008 2 次提交
  5. 13 10月, 2007 1 次提交
    • A
      USB: remove USB_QUIRK_NO_AUTOSUSPEND · a691efa9
      Alan Stern 提交于
      This patch (as995) cleans up the remains of the former NO_AUTOSUSPEND
      quirk.  Since autosuspend is disabled by default, we will let
      userspace worry about which devices can safely be suspended.  Thus the
      lengthy series of quirk entries is no longer needed, and neither is
      the quirk ID.  I suppose someone might eventually run across a hub
      that can't be suspended; let's ignore the possibility for now.
      
      The patch also cleans up the hasty way in which autosuspend gets
      disabled.  Setting udev->autosuspend_delay to -1 wasn't quite right,
      because the value is always supposed to be a multiple of HZ.  It's
      better to leave the delay value alone and set autosuspend_disabled,
      which is what the quirk routine used to do.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Cc: stable <stable@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a691efa9
  6. 13 9月, 2007 1 次提交
  7. 11 9月, 2007 6 次提交
  8. 23 8月, 2007 5 次提交
  9. 31 7月, 2007 4 次提交
  10. 13 7月, 2007 4 次提交
  11. 28 4月, 2007 1 次提交
  12. 27 3月, 2007 1 次提交
  13. 24 2月, 2007 2 次提交