1. 18 10月, 2008 2 次提交
    • O
      USB: kill URBs permanently · 55b447bf
      Oliver Neukum 提交于
      looking at usb_kill_urb() it seems to me that it is unnecessarily lenient.
      In the use case of disconnect() you never want to use the URB again
      (for the same device) But leaving urb->reject elevated will make it easier
      to avoid races between read/write and disconnect.
      Signed-off-by: NOliver Neukum <oneukum@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      55b447bf
    • G
      USB: add USB test and measurement class driver · 5b775f67
      Greg Kroah-Hartman 提交于
      This driver was originaly written by Stefan Kopp, but massively
      reworked by Greg for submission.
      
      Thanks to Felipe Balbi <me@felipebalbi.com> for lots of work in cleaning
      up this driver.
      
      Thanks to Oliver Neukum <oliver@neukum.org> for reviewing previous
      versions and pointing out problems.
      
      
      Cc: Stefan Kopp <stefan_kopp@agilent.com>
      Cc: Marcel Janssen <korgull@home.nl>
      Cc: Felipe Balbi <me@felipebalbi.com>
      Cc: Oliver Neukum <oliver@neukum.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      5b775f67
  2. 17 10月, 2008 38 次提交