commit | a2cd612dc9be768b516541b2164c843849bc3bb3 | [log] [tgz] |
---|---|---|
author | Thomas Pugliese <thomas.pugliese@gmail.com> | Mon Dec 09 13:45:43 2013 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 09 13:27:32 2013 -0800 |
tree | 0e8d33b0757e383f5517f96c62a2d076de2f6bc1 | |
parent | 7005234c18f233d3613b09e9ce4b6ce6977bf246 [diff] |
usb: core: allow isoc URBs for wireless devices with an interval < 6 In usb_submit_urb, do not fail if an isoc URB for a wireless USB device has an interval < 6. Per WUSB spec, isoc endpoints can support values from 1-16. Valid values for interrupt URBs for wireless USB devices are still 6-16. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>