commit | 92aa5986f4f7b5a8bf282ca0f50967f4326559f5 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.com> | Thu Nov 07 15:28:55 2019 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 11 14:29:39 2019 +0100 |
tree | c1465c8391181e2bbfc9eb6e378d0409e8b3c77c | |
parent | c368a411be0005a8d8d5e06146b0ebc097ce460f [diff] |
USB: chaoskey: fix error case of a timeout In case of a timeout or if a signal aborts a read communication with the device needs to be ended lest we overwrite an active URB the next time we do IO to the device, as the URB may still be active. Signed-off-by: Oliver Neukum <oneukum@suse.de> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20191107142856.16774-1-oneukum@suse.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>