commit | 28e0d06655ddc6598155e2f71945f1abb00b398a | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Thu Sep 29 11:54:42 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Oct 04 10:39:31 2011 -0700 |
tree | 944e6189b1cac88e978c73fd7244f83e07564483 | |
parent | 870e53adbd372cbeea15ed00e1d4423725f3cea0 [diff] |
Staging: hv: mousevsc: Get rid of the struct input_device_context The state maintained in struct input_device_context can easily be included in the struct mousevsc_dev structure. Simplify the code by consolidating the state. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>