1. 14 Mar, 2003 5 commits
    • Markus Demleitner's avatar
      [PATCH] USB: Patch for DSBR-100 driver · 67deed36
      Markus Demleitner authored
      I since you are  listed as the maintainer of the USB subsystem and
      I can't really see who else applies, I'm sending you a patch to my
      driver for the DSBR-100 USB radio.  This is mainly code cosmetics
      (fixed ugly missing spaces after commas I inherited from the
      aztech driver, some constants moved to preprocessor symbols), but
      there's one technical change: I used to stop the radio when my
      file descriptor was closed.  Petr Slansky <slansky@usa.net>
      pointed out that the other radio drivers don't do that, so
      now I just let the radio run.
      67deed36
    • Oleg Drokin's avatar
      [PATCH] Memleak in KOBIL USB Smart Card Terminal Driver · c15fc001
      Oleg Drokin authored
         There is a memleak on error exit path in KOBIL USB Smart Card Terminal
         Driver in both current 2.4 and 2.5.
         See the patch.
         Found with help of smatch + enhanced unfree script.
      c15fc001
    • Johannes Erdfelt's avatar
      [PATCH] uhci-hcd.c 2.5 finish completions in correct order · 75499ce6
      Johannes Erdfelt authored
      Here's the 2.5 version of the patch to uhci.c to finish completions in
      the correct order.
      75499ce6
    • 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 35 commits