From: Greg Kroah-Hartman Date: Sat, 23 Apr 2005 19:49:16 +0000 (-0700) Subject: [PATCH] USB: add ability for usb-serial drivers to determine if their write urb is... X-Git-Tag: v2.6.13-rc1~51^2~8^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=507ca9bc0476662f3463888d583864834eab1e11;p=pandora-kernel.git [PATCH] USB: add ability for usb-serial drivers to determine if their write urb is currently being used. This removes a lot of racy and buggy code by trying to check the status of the urb. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed