1. 17 6月, 2005 4 次提交
  2. 16 6月, 2005 1 次提交
  3. 15 6月, 2005 4 次提交
  4. 14 6月, 2005 29 次提交
  5. 13 6月, 2005 2 次提交
    • D
      [PATCH] spin longer for ehci port reset completion · c22fa3ac
      David Brownell 提交于
      This makes the EHCI driver spin a bit longer before concluding that the
      port reset failed.  "Obviously safe."
      
      It allows some devices to enumerate that previously didn't.  We've seen
      a bunch of these problem reports recently, this will make some go away.
      
      As reported by Michael Zapf <Michael.Zapf@uni-kassel.de>, some EHCI
      controllers seem to take forever to finish port resets and produce
      "port N reset error -110" type errors.  Spinning a bit longer helps.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      c22fa3ac
    • A
      [PATCH] pwc bug fix · c0105338
      Alan Cox 提交于
      The pwc chainsaw session left some setups not working.  There is a
      sanity check on compression buffers that simply isn't right any more as
      we never allocate one.
      
      This doesn't address the email and other changes.  I'll do those
      tomorrow if I get time, but it is the minimal fix for the code and basic
      feature set.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      c0105338