commit | 0915f490d81c1a5098b399ec6c0be45bd421ee1d | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Wed Jan 23 12:28:45 2008 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 14:35:05 2008 -0800 |
tree | 840285ec52dba9ae65757b27c68ee3933c041ff3 | |
parent | 3edbc986509888fa9977cc180c1fe458d2f89076 [diff] |
USB: last abuses of intfdata in close for usb-serial drivers these drivers abused intfdata in close() as flags for binding. That races with reprobing of those devices. This patch fixes that by using the flag and the locks introduced with the patch against mos7720. Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>