commit | 48ee5801381dba2e80187c08f15713e859ab5c0f | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Mar 21 12:37:10 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 25 13:50:53 2013 -0700 |
tree | ab4431d9dfa3c5442a67b4e0b5921f3bd0146378 | |
parent | cf9a9d66bd29f32011d271695ffaa289489b3a7d [diff] |
USB: io_ti: switch to generic TIOCMIWAIT implementation Switch to the generic TIOCMIWAIT implementation which does not suffer from the races involved when using the deprecated sleep_on functions. This also fixes the issue with processes waiting for modem-status-changes not being woken up at disconnect. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>