aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2012-11-10 00:32:36 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-11-10 00:40:24 -0800
commit800963fd598e2acbcd3a21a17e3ab3c185ad0d6a (patch)
treeca06a9c51aba8fda9b96d354a31d70f5eabf7c7d /include/linux/input.h
parentInput: stmpe-ts - initialize the phys field in input device (diff)
downloadlinux-dev-800963fd598e2acbcd3a21a17e3ab3c185ad0d6a.tar.xz
linux-dev-800963fd598e2acbcd3a21a17e3ab3c185ad0d6a.zip
Input: document new members of struct input_dev
Fixes kernel-doc warnings for the members added in 3.7-rc1. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r--include/linux/input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 5538cc09a4f5..82ce323b9986 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -112,6 +112,9 @@ struct input_value {
* @h_list: list of input handles associated with the device. When
* accessing the list dev->mutex must be held
* @node: used to place the device onto input_dev_list
+ * @num_vals: number of values queued in the current frame
+ * @max_vals: maximum number of values queued in a frame
+ * @vals: array of values queued in the current frame
* @devres_managed: indicates that devices is managed with devres framework
* and needs not be explicitly unregistered or freed.
*/