commit | dc4769f0bb949e312ad8d9b652047ff6709978c2 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Tue Sep 28 01:53:42 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 28 15:47:58 2010 -0400 |
tree | 19f7c3192c1838e3a6cc6b3744c1ec1f50617d20 | |
parent | eada7cad6005006b457f10a4c3e1881ff99d03a4 [diff] |
carl9170: interrupt urbs must not set URB_ZERO_PACKET This patch fixes a bug in the driver which was exposed by CONFIG_USB_DEBUG: "usb 1-1.6.3: BOGUS urb flags, 40 --> 0" The transfer flag "URB_ZERO_PACKET" is only valid for bulk urbs. Reported-by: André Erdmann Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>