From: Julian Bradfield Date: Wed, 1 Mar 2006 10:19:44 +0000 (+0000) Subject: [PATCH] USB: PL2303 and TIOCMIWAIT X-Git-Tag: v2.6.17-rc1~1176^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96050b11f690878c19c1cd39970ab7325d91e18b;p=pandora-kernel.git [PATCH] USB: PL2303 and TIOCMIWAIT A while ago, I posted about TIOCMIWAIT not working with the PL2303 USB-serial adapter. After a brief exchange with Greg, I tracked this to a missing wake-up in the USB interrupt procedures. I got our systems staff to install the enclosed very simple patch to our 2.6.12 kernels, and it all works fine as expected. I guess this should also apply to the latest version and go into the mainstream. Apologies for the long delay in posting the result. The routine being patched is pl2303_update_line_status Signed-off-by: Julian Bradfield Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed