1. 28 9月, 2006 7 次提交
  2. 08 9月, 2006 1 次提交
  3. 27 8月, 2006 1 次提交
  4. 12 8月, 2006 1 次提交
  5. 03 8月, 2006 1 次提交
  6. 13 7月, 2006 2 次提交
  7. 01 7月, 2006 1 次提交
  8. 22 6月, 2006 7 次提交
  9. 13 5月, 2006 1 次提交
    • M
      [PATCH] USB: Emagic USB firmware loading fixes · 16c23f7d
      Monty 提交于
      It's become apparent as machines get faster that the emagic kernel firmware
      loaders (based on the ezusb loader) have a reset race.  a 400MHz TiBook
      never tripped it, but a 2GHz Pentium M seems to hit it about 30% of the
      time.  The bug is seen as a hung USB box and the kernel error:
      
      drivers/usb/misc/emi62.c: emi62_load_firmware - error loading firmware:
      error = -110
      
      The patch below inserts a delay after deasserting reset to allow the box to
      settle before a new command is issued.  This affects only device startup.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      16c23f7d
  10. 15 4月, 2006 1 次提交
    • D
      [PATCH] USB: usbtest: scatterlist OUT data pattern testing · 8b524901
      David Brownell 提交于
      Previously, scatterlist tests didn't write patterned data.  Given how many
      corner cases are addresed by them, this was a significant gap in Linux-USB
      test coverage.  Moreover, when peripherals checked for correct data patterns,
      false error reports would drown out the true ones.
      
      This adds the pattern on the way OUT from the host, so scatterlist tests can
      now be used to uncover bugs like host TX or peripheral RX paths failing for
      back-to-back short packets.  It's easy enough to get an error there with at
      least one of the {DMA,PIO}{RX,TX} code paths, or run into hardware races
      that need to be defended against.
      
      Note this patch doesn't add checking for correct data patterns on the way
      IN from peripherals, just a FIXME for later.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      8b524901
  11. 21 3月, 2006 10 次提交
  12. 14 2月, 2006 2 次提交
  13. 01 2月, 2006 2 次提交
  14. 05 1月, 2006 3 次提交