commit | 3edbc986509888fa9977cc180c1fe458d2f89076 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Tue Jan 22 12:47:15 2008 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 14:35:05 2008 -0800 |
tree | d80fa46312676df21cf89af632f15e1ac94c9f82 | |
parent | b0a239da17beb34354181bebb744c0b0d534967f [diff] |
USB: kl5kusb105 don't flush to logically disconnected devices If disconnect() is called for a logical disconnect, no more IO must be done after disconnect() returns, or the old and new drivers may conflict. This patch avoids this by using the flag and lock introduced by the earlier patch for the mos7720 driver. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>