]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
[PATCH] USB: ipw.c driver fix
authorBart Oldeman <bartoldeman@users.sourceforge.net>
Sun, 2 Jul 2006 03:07:10 +0000 (15:07 +1200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 Jul 2006 23:03:23 +0000 (16:03 -0700)
commitb2f1b0d4649a6597c7320bf359e71014653c630d
tree478e31f3670eae17fab32aedfbe954ef96bf0af1
parent49e523b90741b936c874c376b5d140add5c0084d
[PATCH] USB: ipw.c driver fix

The below patch fixes the ipw module in kernel 2.6.17 for me; without
this change it simply does not work at all (all but the first writes are
refused because write_urb_busy is always 1).

This problem was there in 2.6.15 as well, but at that point I used the
(updated) ipw.c, version 0.4, from
http://www.neology.co.za/products/opensource/ipwireless/ which no longer
compiles with 2.6.17. It can be made to after a few changes but
obviously it's easier if the built-in ipw driver works instead of having
to download one from the neology site.

From: Bart Oldeman <bartoldeman@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ipw.c