From: John Tsiombikas Date: Thu, 25 Feb 2010 15:09:08 +0000 (+0200) Subject: USB: pl2303: initial TIOCGSERIAL support X-Git-Tag: v2.6.34-rc1~215^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b9946dd07eeef8188e4cab816d2c370bcaa7b2;p=pandora-kernel.git USB: pl2303: initial TIOCGSERIAL support I've got a trivial patch for the pl2303 driver, that's what I needed to make the wacom serial tablet driver work properly. It uses the TIOCGSERIAL ioctl to determine if it's talking to a serial device or not, which I gather is rather common, but the pl2303 driver didn't implement that ioctl. Here's a patch, I'm not sure it's absolutely correct, I mostly looked at other similar usbserial drivers to see what I must do, but it works for me. Signed-off-by: John Tsiombikas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed