1. 25 Apr, 2002 3 commits
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5 · 686e0b75
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/gregkh-2.5
      686e0b75
    • David Brownell's avatar
      [PATCH] PATCH 2.5.10 -- polling interval (hub + ...) · 3b4f1bc8
      David Brownell authored
      This patch is the result of that discussion a short while back
      to fix the "hub driver polls too quickly at high speed" bug.
      
          - redefines "interval" of usb_fill_int_urb() to be what
            the endpoint descriptor returns, and transparently
            does the log-to-linear conversion if it's high speed
      
          - (most of the patch by volume!!) moves declarations
            forward so testing dev->speed there will compile.
      
      No driver changes were needed -- most drivers pass the
      endpoint bInterval value already, and those that don't are
      not dealing with high speed device quirks.
      
      p.s. Includes an unrelated one-liner:  deletes export of
          usb_inc_dev_use() so it now shows up in kernel doc.
          Minor oversight in an earlier patch.
      3b4f1bc8
    • David Brownell's avatar
      [PATCH] PATCH 2.5.10: set_bit() and friends now need a long paramater · 1ac7140f
      David Brownell authored
      USB set_bit() and friends now need a long paramater
      
      Fixes the set_bit() warnings in the ehci and ohci driver
      1ac7140f
  2. 23 Apr, 2002 14 commits
  3. 22 Apr, 2002 23 commits