[PATCH] USB: fix omninet driver bug
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 May 2006 06:44:45 +0000 (08:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 May 2006 18:58:10 +0000 (11:58 -0700)
commitdf3fccb14ad02c5fabe095a104a0323c223f2833
tree4db98656e7dedd27139bdb5de5e85ee847695b4a
parent815ddc99dd8108908d14c699a37d0f5974da6def
[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 <bernhard@intevation.de> for being
patient and helping with debugging this.

Cc: Bernhard Reiter <bernhard@intevation.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/omninet.c