1. 11 1月, 2014 1 次提交
  2. 31 8月, 2013 1 次提交
  3. 15 8月, 2013 1 次提交
  4. 13 8月, 2013 1 次提交
  5. 06 6月, 2013 1 次提交
  6. 29 3月, 2013 1 次提交
  7. 21 1月, 2013 1 次提交
  8. 25 9月, 2012 1 次提交
  9. 11 9月, 2012 2 次提交
  10. 11 7月, 2012 1 次提交
  11. 15 5月, 2012 1 次提交
  12. 16 4月, 2012 1 次提交
  13. 10 2月, 2012 1 次提交
  14. 16 11月, 2011 1 次提交
  15. 27 9月, 2011 1 次提交
  16. 21 5月, 2010 1 次提交
  17. 19 3月, 2010 1 次提交
  18. 03 3月, 2010 1 次提交
  19. 24 12月, 2009 1 次提交
  20. 12 12月, 2009 1 次提交
  21. 18 10月, 2008 1 次提交
  22. 17 9月, 2008 1 次提交
  23. 02 2月, 2008 1 次提交
  24. 13 7月, 2007 1 次提交
    • A
      USB: add power/persist device attribute · b41a60ec
      Alan Stern 提交于
      This patch (as920) adds an extra level of protection to the
      USB-Persist facility.  Now it will apply by default only to hubs; for
      all other devices the user must enable it explicitly by setting the
      power/persist device attribute.
      
      The disconnect_all_children() routine in hub.c has been removed and
      its code placed inline.  This is the way it was originally as part of
      hub_pre_reset(); the revised usage in hub_reset_resume() is
      sufficiently different that the code can no longer be shared.
      Likewise, mark_children_for_reset() is now inline as part of
      hub_reset_resume().  The end result looks much cleaner than before.
      
      The sysfs interface is updated to add the new attribute file, and
      there are corresponding documentation updates.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b41a60ec
  25. 28 4月, 2007 2 次提交