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)
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>

No differences found