USB: tty: Add a function to insert a string of characters with the same flag
authorAlan Cox <alan@linux.intel.com>
Thu, 18 Feb 2010 16:43:54 +0000 (16:43 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:55:11 +0000 (14:55 -0800)
commit2832fc11f1360668482beec06dbcd631ae5f0cf1
treec56360c6fe1a2cb10241ee9e004937303a52e19b
parente4a3d94658b5760fc947d7f7185c57db47ca362a
USB: tty: Add a function to insert a string of characters with the same flag

The USB drivers often want to insert a series of bytes all with the same
flag set - provide a helper for this case.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/tty_buffer.c
include/linux/tty_flip.h