1. 14 Mar, 2003 2 commits
    • Henning Meier-Geinitz's avatar
      [PATCH] USB: Fix crash in read/write/ioctl in scanner driver · b2b54c70
      Henning Meier-Geinitz authored
      Used kobject reference counting to free the scn struct when the device
      is closed and disconnected. Avoids crashes when writing to a
      disconnected device. (Thanks to Greg KH).
      
      I've also changed irq_scanner to avoid submitting new URBs when the
      old one returned with an error. Without this change irq_scanner gets
      called ever and ever again after a disconnect while open.
      b2b54c70
    • David Brownell's avatar
      [PATCH] USB ohci: "registers" sysfs file · bf056a3b
      David Brownell authored
      > This exhibits a build error when OHCI_VERBOSE_DEBUG is enabled:
      
      Odd, I guess the build I tested was when that was enabled
      without first enabling debugging.  The fix is trivial.
      bf056a3b
  2. 11 Mar, 2003 38 commits