|
@@ -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.
|
|
|
*/
|