1. 23 May, 2003 5 commits
    • Alan Stern's avatar
      [PATCH] USB: Addition to previous patch needed for PM UHCI · c52b51d9
      Alan Stern authored
      This is the addition needed to make my previous patch for the UHCI
      controller work properly with PM suspend/resume.
      c52b51d9
    • Alan Stern's avatar
      [PATCH] USB: uhci Interrupt Latency fix · 09604e5c
      Alan Stern authored
      Paul:
      
      Okay, I think this patch ought to do the trick.  I modified the PM
      suspend/resume code so that on buggy motherboards like yours the suspend
      routine really does a reset, while on normal motherboards the resume
      routine really does a resume.  I haven't tried that part out because,
      truth to tell, I'm a little scared of doing an APM/ACPI suspend.  Not long
      ago I walked away from my computer for about a half-hour, leaving 2.5.69
      running.  When I got back the screen was blank and the machine was totally
      non-responsive.
      
      I changed the delays in reset_hc() to use schedule_timeout() rather than
      wait_ms(), which should make it more friendly.
      
      Finally, I put the USBCMD_FGR back into wakeup_hc().  The reason for it is
      now evident: a wakeup might be the result of a system-initiated event
      as opposed to something requested by a device.
      09604e5c
    • Duncan Sands's avatar
      [PATCH] USB speedtouch: set owner fields · 32b3b52a
      Duncan Sands authored
      I think I'd better work on my plausible deniability...
      32b3b52a
    • David Brownell's avatar
      [PATCH] USB: bugfix endpoint state · 251c4078
      David Brownell authored
      This resolves some problems in the endpoint disable
      patch I sent recently:
      
        - wasn't un-halting some endpoints
        - was clobbering ep0 setup in some cases.
      251c4078
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleed-2.5 · 1069b435
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/gregkh-2.5
      1069b435
  2. 22 May, 2003 16 commits
  3. 21 May, 2003 19 commits