]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Fix the PL2303 private methods for sysrq
authorAlan Cox <alan@linux.intel.com>
Thu, 9 Jul 2009 12:36:58 +0000 (13:36 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 11 Jul 2009 02:17:22 +0000 (19:17 -0700)
commitd34879dbaed1a4f210dbcca5995078a68926f60e
tree9a5a3198f086a30703abbe591943dbed851dcba7
parent63d74679f08678cc863f757d5d2ea3e02eeac8c3
tty: Fix the PL2303 private methods for sysrq

PL2303 has private data shovelling methods that also have no fast path. Fix
them to work the same way as the default handler.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/serial/pl2303.c