From: Greg Kroah-Hartman Date: Tue, 2 May 2006 06:44:45 +0000 (+0200) Subject: [PATCH] USB: fix omninet driver bug X-Git-Tag: v2.6.17-rc5~165^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df3fccb14ad02c5fabe095a104a0323c223f2833;p=pandora-kernel.git [PATCH] USB: fix omninet driver bug I introduced this way back in 2.6.13 when adding the port lock logic. This device talks out through different "ports" all at the same time, so the lock logic was wrong, preventing any data from ever being sent properly. Thanks a lot to Bernhard Reiter for being patient and helping with debugging this. Cc: Bernhard Reiter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed