aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2009-11-17 01:12:20 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-11-20 03:52:09 -0500
commitd69249f4b6857c0b23ceca270ae591381b16bba9 (patch)
treea611408198c25bf2d38d5de5f985810ec4db5924 /include/linux/input.h
parentdad725d089b94bce8bbc769b7471dcfba3fbda0e (diff)
Input: input-polldev, matrix-keypad - include in kernel doc
Make sure that polled input device and matrix keypad APIs are included with the rest of input API when generating kernel documentation. Also description of absres was missing as well. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r--include/linux/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 9a04e26daab2..56d8e048c646 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -1040,6 +1040,7 @@ struct ff_effect {
1040 * @absmin: minimum values for events coming from absolute axes 1040 * @absmin: minimum values for events coming from absolute axes
1041 * @absfuzz: describes noisiness for axes 1041 * @absfuzz: describes noisiness for axes
1042 * @absflat: size of the center flat position (used by joydev) 1042 * @absflat: size of the center flat position (used by joydev)
1043 * @absres: resolution used for events coming form absolute axes
1043 * @open: this method is called when the very first user calls 1044 * @open: this method is called when the very first user calls
1044 * input_open_device(). The driver must prepare the device 1045 * input_open_device(). The driver must prepare the device
1045 * to start generating events (start polling thread, 1046 * to start generating events (start polling thread,