commit | 2832fc11f1360668482beec06dbcd631ae5f0cf1 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Thu Feb 18 16:43:54 2010 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 02 14:55:11 2010 -0800 |
tree | c56360c6fe1a2cb10241ee9e004937303a52e19b | |
parent | e4a3d94658b5760fc947d7f7185c57db47ca362a [diff] |
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>