From: Oliver Neukum Date: Tue, 22 Jan 2008 11:47:15 +0000 (+0100) Subject: USB: kl5kusb105 don't flush to logically disconnected devices X-Git-Tag: v2.6.25-rc1~1075^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3edbc986509888fa9977cc180c1fe458d2f89076;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed