From: Johan Hovold Date: Wed, 17 Mar 2010 22:05:57 +0000 (+0100) Subject: USB: serial: generalise generic read implementation X-Git-Tag: v2.6.35-rc1~471^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=231543206452f5c42bace54b5c13dfe5a0313812;p=pandora-kernel.git USB: serial: generalise generic read implementation Add process_read_urb to usb_serial_driver so that a driver can rely on the generic read (and throttle) mechanism but still do device specific processing of incoming data (such as adding tty_flags before pushing to line discipline). The default generic implementation handles sysrq for consoles but otherwise simply pushes to tty. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed