1. 23 5月, 2007 2 次提交
    • A
      USB: remove unneeded WARN_ON · bf87ce5a
      Alan Stern 提交于
      This patch (as883) removes an out-of-date WARN_ON from the main HCD
      endpoint-disable routine.  The warning is triggered whenever an
      endpoint is disabled while the root hub is suspended.  In the past
      that may not have been legal, but it definitely is legal now.  Merely
      unbinding a USB driver will do it.
      
      Furthermore, I've never seen any occurrences of this warning that
      really did signal an actual bug or error condition.  At this point it
      has outlived its purpose.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      bf87ce5a
    • A
      USB: more autosuspend timer stuff · ef7f6c70
      Alan Stern 提交于
      This patch (as879) ties up some loose ends from an earlier patch.
      These are things I didn't think to include at the time but which
      clearly belonged there.
      
      	If an autosuspend fails because driver activity races with
      	the autosuspend call, restart the autosuspend timer.
      
      	When a device is resumed by an external request, it counts
      	as device activity and should update the last_busy time so
      	that the next autoresume won't occur immediately.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      ef7f6c70
  2. 09 5月, 2007 1 次提交
  3. 28 4月, 2007 13 次提交
  4. 27 3月, 2007 1 次提交
  5. 10 3月, 2007 3 次提交
  6. 24 2月, 2007 5 次提交
  7. 17 2月, 2007 7 次提交
  8. 08 2月, 2007 8 次提交