commit | 6a5c821cad1459ec2b5fd5778f46d13c4255a7bf | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Mar 21 12:36:49 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 25 13:48:27 2013 -0700 |
tree | 7cd6c147e24f764f78a8a8a9e29af0d505806210 | |
parent | 68a2bed130a10cffbf68620f41d08a900b1d776b [diff] |
USB: serial: use urb poison to reliably kill traffic Use usb_poison_urb to reliably kill all urbs on disconnect and suspend. This way there will be no question that the urbs cannot be resubmitted by buggy subdrivers. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>