From: Frank Gevaerts Date: Fri, 30 Jun 2006 09:34:44 +0000 (-0700) Subject: [PATCH] USB: ipaq.c bugfixes X-Git-Tag: v2.6.18-rc2~97^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b512504e5671f83638be0ddb085c4b1832f623d3;p=pandora-kernel.git [PATCH] USB: ipaq.c bugfixes This patch fixes several problems in the ipaq.c driver with connecting and disconnecting pocketpc devices: * The read urb stayed active if the connect failed, causing nullpointer dereferences later on. * If a write failed, the driver continued as if nothing happened. Now it handles that case the same way as other usb serial devices (fix by Luiz Fernando N. Capitulino ) Signed-off-by: Frank Gevaerts Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed