1. 01 12月, 2010 1 次提交
    • P
      usbmon: correct length for isochronous · b17ea167
      Pete Zaitcev 提交于
      Usually the usbmon returns the amount of data specified in
      urb->transfer_buffer_length for output submissions and urb->actual_length
      for input callbacks. However, for Isochronous input transfers, this is
      not enough, since the returned data buffer may contain "holes".
      
      One easy way to fix this is to use urb->transfer_buffer_length,
      but this often transfers a whole lot of unused data, so we find
      how much was actually used instead.
      
      Original patch by Márton Németh. See also kernel bug 22182.
      Signed-off-by: NPete Zaitcev <zaitcev@redhat.com>
      Signed-off-by: NMárton Németh <nm127@freemail.hu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b17ea167
  2. 18 11月, 2010 3 次提交
  3. 17 11月, 2010 12 次提交
  4. 11 11月, 2010 13 次提交
  5. 01 11月, 2010 11 次提交