From 3c711332ecfc8d317bc3ebb8e27836e217fd3b2d Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 10 Nov 2012 00:32:36 -0800 Subject: [PATCH] --- yaml --- r: 346940 b: refs/heads/master c: 800963fd598e2acbcd3a21a17e3ab3c185ad0d6a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/input.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4fe41aab6226..b2be9e746c92 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b8d52e2b9f7eb43075e6ef4e23f5e51e70548f11 +refs/heads/master: 800963fd598e2acbcd3a21a17e3ab3c185ad0d6a diff --git a/trunk/include/linux/input.h b/trunk/include/linux/input.h index 5538cc09a4f5..82ce323b9986 100644 --- a/trunk/include/linux/input.h +++ b/trunk/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. */