Searched hist:f26788da3b342099d2b02d99ba1cb7f154d6ef7b (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/usb/serial/ |
H A D | mct_u232.c | diff 92ca0dc5ee022e4c0e488177e1d8865a0778c6c2 Thu Oct 21 03:49:10 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: mct_u232: fix broken close
Fix regression introduced by commit f26788da3b342099d2b02d99ba1cb7f154d6ef7b (USB: serial: refactor generic close) which broke driver close().
This driver uses non-standard semantics for the read urb which makes the generic close function fail to kill it (the read urb is actually an interrupt urb and therefore bulk_in size is zero).
Reported-by: Eric Shattow "Eprecocious" <lucent@gmail.com> Tested-by: Eric Shattow "Eprecocious" <lucent@gmail.com> Cc: stable <stable@kernel.org> Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> diff f26788da3b342099d2b02d99ba1cb7f154d6ef7b Wed Mar 17 17:00:45 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: refactor generic close
Export usb_serial_generic_close so that drivers can easily kill the read and write urb and make sure that the write fifo is reset.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | belkin_sa.c | diff f26788da3b342099d2b02d99ba1cb7f154d6ef7b Wed Mar 17 17:00:45 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: refactor generic close
Export usb_serial_generic_close so that drivers can easily kill the read and write urb and make sure that the write fifo is reset.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | ark3116.c | diff f26788da3b342099d2b02d99ba1cb7f154d6ef7b Wed Mar 17 17:00:45 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: refactor generic close
Export usb_serial_generic_close so that drivers can easily kill the read and write urb and make sure that the write fifo is reset.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | ch341.c | diff f26788da3b342099d2b02d99ba1cb7f154d6ef7b Wed Mar 17 17:00:45 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: refactor generic close
Export usb_serial_generic_close so that drivers can easily kill the read and write urb and make sure that the write fifo is reset.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | generic.c | diff f26788da3b342099d2b02d99ba1cb7f154d6ef7b Wed Mar 17 17:00:45 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: refactor generic close
Export usb_serial_generic_close so that drivers can easily kill the read and write urb and make sure that the write fifo is reset.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | cp210x.c | diff f26788da3b342099d2b02d99ba1cb7f154d6ef7b Wed Mar 17 17:00:45 CDT 2010 Johan Hovold <jhovold@gmail.com> USB: serial: refactor generic close
Export usb_serial_generic_close so that drivers can easily kill the read and write urb and make sure that the write fifo is reset.
Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|