commit | d281da7ff6f70efca0553c288bb883e8605b3862 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Thu Sep 16 18:21:24 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 22 10:20:04 2010 -0700 |
tree | ee6a46b33070159af51c07643cf99186f1ef3e03 | |
parent | 68707539df1e9d12435e5d54ffedc7ded50fcd01 [diff] |
tty: Make tiocgicount a handler Dan Rosenberg noted that various drivers return the struct with uncleared fields. Instead of spending forever trying to stomp all the drivers that get it wrong (and every new driver) do the job in one place. This first patch adds the needed operations and hooks them up, including the needed USB midlayer and serial core plumbing. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>