diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/joystick/Kconfig | 10 | ||||
-rw-r--r-- | drivers/input/joystick/walkera0701.c | 2 | ||||
-rw-r--r-- | drivers/input/misc/Kconfig | 4 | ||||
-rw-r--r-- | drivers/input/misc/rotary_encoder.c | 2 | ||||
-rw-r--r-- | drivers/input/mouse/Kconfig | 6 | ||||
-rw-r--r-- | drivers/input/mouse/alps.c | 2 | ||||
-rw-r--r-- | drivers/input/touchscreen/wm97xx-core.c | 2 |
7 files changed, 14 insertions, 14 deletions
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig index 32ec4cee6716..d8f9c6e1fc08 100644 --- a/drivers/input/joystick/Kconfig +++ b/drivers/input/joystick/Kconfig | |||
@@ -214,7 +214,7 @@ config JOYSTICK_DB9 | |||
214 | gamepad, Sega Saturn gamepad, or a Multisystem -- Atari, Amiga, | 214 | gamepad, Sega Saturn gamepad, or a Multisystem -- Atari, Amiga, |
215 | Commodore, Amstrad CPC joystick connected to your parallel port. | 215 | Commodore, Amstrad CPC joystick connected to your parallel port. |
216 | For more information on how to use the driver please read | 216 | For more information on how to use the driver please read |
217 | <file:Documentation/input/joystick-parport.txt>. | 217 | <file:Documentation/input/devices/joystick-parport.rst>. |
218 | 218 | ||
219 | To compile this driver as a module, choose M here: the | 219 | To compile this driver as a module, choose M here: the |
220 | module will be called db9. | 220 | module will be called db9. |
@@ -229,7 +229,7 @@ config JOYSTICK_GAMECON | |||
229 | Sony PlayStation gamepad or a Multisystem -- Atari, Amiga, | 229 | Sony PlayStation gamepad or a Multisystem -- Atari, Amiga, |
230 | Commodore, Amstrad CPC joystick connected to your parallel port. | 230 | Commodore, Amstrad CPC joystick connected to your parallel port. |
231 | For more information on how to use the driver please read | 231 | For more information on how to use the driver please read |
232 | <file:Documentation/input/joystick-parport.txt>. | 232 | <file:Documentation/input/devices/joystick-parport.rst>. |
233 | 233 | ||
234 | To compile this driver as a module, choose M here: the | 234 | To compile this driver as a module, choose M here: the |
235 | module will be called gamecon. | 235 | module will be called gamecon. |
@@ -241,7 +241,7 @@ config JOYSTICK_TURBOGRAFX | |||
241 | Say Y here if you have the TurboGraFX interface by Steffen Schwenke, | 241 | Say Y here if you have the TurboGraFX interface by Steffen Schwenke, |
242 | and want to use it with Multisystem -- Atari, Amiga, Commodore, | 242 | and want to use it with Multisystem -- Atari, Amiga, Commodore, |
243 | Amstrad CPC joystick. For more information on how to use the driver | 243 | Amstrad CPC joystick. For more information on how to use the driver |
244 | please read <file:Documentation/input/joystick-parport.txt>. | 244 | please read <file:Documentation/input/devices/joystick-parport.rst>. |
245 | 245 | ||
246 | To compile this driver as a module, choose M here: the | 246 | To compile this driver as a module, choose M here: the |
247 | module will be called turbografx. | 247 | module will be called turbografx. |
@@ -287,7 +287,7 @@ config JOYSTICK_XPAD | |||
287 | and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well. | 287 | and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well. |
288 | 288 | ||
289 | For information about how to connect the X-Box pad to USB, see | 289 | For information about how to connect the X-Box pad to USB, see |
290 | <file:Documentation/input/xpad.txt>. | 290 | <file:Documentation/input/devices/xpad.rst>. |
291 | 291 | ||
292 | To compile this driver as a module, choose M here: the | 292 | To compile this driver as a module, choose M here: the |
293 | module will be called xpad. | 293 | module will be called xpad. |
@@ -313,7 +313,7 @@ config JOYSTICK_WALKERA0701 | |||
313 | Say Y or M here if you have a Walkera WK-0701 transmitter which is | 313 | Say Y or M here if you have a Walkera WK-0701 transmitter which is |
314 | supplied with a ready to fly Walkera helicopters such as HM36, | 314 | supplied with a ready to fly Walkera helicopters such as HM36, |
315 | HM37, HM60 and want to use it via parport as a joystick. More | 315 | HM37, HM60 and want to use it via parport as a joystick. More |
316 | information is available: <file:Documentation/input/walkera0701.txt> | 316 | information is available: <file:Documentation/input/devices/walkera0701.rst> |
317 | 317 | ||
318 | To compile this driver as a module, choose M here: the | 318 | To compile this driver as a module, choose M here: the |
319 | module will be called walkera0701. | 319 | module will be called walkera0701. |
diff --git a/drivers/input/joystick/walkera0701.c b/drivers/input/joystick/walkera0701.c index 36a5b93156ed..dce313dc260a 100644 --- a/drivers/input/joystick/walkera0701.c +++ b/drivers/input/joystick/walkera0701.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (c) 2008 Peter Popovec | 4 | * Copyright (c) 2008 Peter Popovec |
5 | * | 5 | * |
6 | * More about driver: <file:Documentation/input/walkera0701.txt> | 6 | * More about driver: <file:Documentation/input/devices/walkera0701.rst> |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | 9 | /* |
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 572b15fa18c2..c25606e00693 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -411,7 +411,7 @@ config INPUT_YEALINK | |||
411 | usb sound driver, so you might want to enable that as well. | 411 | usb sound driver, so you might want to enable that as well. |
412 | 412 | ||
413 | For information about how to use these additional functions, see | 413 | For information about how to use these additional functions, see |
414 | <file:Documentation/input/yealink.txt>. | 414 | <file:Documentation/input/devices/yealink.rst>. |
415 | 415 | ||
416 | To compile this driver as a module, choose M here: the module will be | 416 | To compile this driver as a module, choose M here: the module will be |
417 | called yealink. | 417 | called yealink. |
@@ -595,7 +595,7 @@ config INPUT_GPIO_ROTARY_ENCODER | |||
595 | depends on GPIOLIB || COMPILE_TEST | 595 | depends on GPIOLIB || COMPILE_TEST |
596 | help | 596 | help |
597 | Say Y here to add support for rotary encoders connected to GPIO lines. | 597 | Say Y here to add support for rotary encoders connected to GPIO lines. |
598 | Check file:Documentation/input/rotary-encoder.txt for more | 598 | Check file:Documentation/input/devices/rotary-encoder.rst for more |
599 | information. | 599 | information. |
600 | 600 | ||
601 | To compile this driver as a module, choose M here: the | 601 | To compile this driver as a module, choose M here: the |
diff --git a/drivers/input/misc/rotary_encoder.c b/drivers/input/misc/rotary_encoder.c index 6d304381fc30..30ec77ad32c6 100644 --- a/drivers/input/misc/rotary_encoder.c +++ b/drivers/input/misc/rotary_encoder.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * state machine code inspired by code from Tim Ruetz | 7 | * state machine code inspired by code from Tim Ruetz |
8 | * | 8 | * |
9 | * A generic driver for rotary encoders connected to GPIO lines. | 9 | * A generic driver for rotary encoders connected to GPIO lines. |
10 | * See file:Documentation/input/rotary-encoder.txt for more information | 10 | * See file:Documentation/input/devices/rotary-encoder.rst for more information |
11 | * | 11 | * |
12 | * This program is free software; you can redistribute it and/or modify | 12 | * This program is free software; you can redistribute it and/or modify |
13 | * it under the terms of the GNU General Public License version 2 as | 13 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index f27f23f2d99a..566a1e3aa504 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig | |||
@@ -129,7 +129,7 @@ config MOUSE_PS2_ELANTECH | |||
129 | 129 | ||
130 | This driver exposes some configuration registers via sysfs | 130 | This driver exposes some configuration registers via sysfs |
131 | entries. For further information, | 131 | entries. For further information, |
132 | see <file:Documentation/input/elantech.txt>. | 132 | see <file:Documentation/input/devices/elantech.rst>. |
133 | 133 | ||
134 | If unsure, say N. | 134 | If unsure, say N. |
135 | 135 | ||
@@ -228,7 +228,7 @@ config MOUSE_APPLETOUCH | |||
228 | scrolling in X11. | 228 | scrolling in X11. |
229 | 229 | ||
230 | For further information, see | 230 | For further information, see |
231 | <file:Documentation/input/appletouch.txt>. | 231 | <file:Documentation/input/devices/appletouch.rst>. |
232 | 232 | ||
233 | To compile this driver as a module, choose M here: the | 233 | To compile this driver as a module, choose M here: the |
234 | module will be called appletouch. | 234 | module will be called appletouch. |
@@ -251,7 +251,7 @@ config MOUSE_BCM5974 | |||
251 | 251 | ||
252 | The interface is currently identical to the appletouch interface, | 252 | The interface is currently identical to the appletouch interface, |
253 | for further information, see | 253 | for further information, see |
254 | <file:Documentation/input/appletouch.txt>. | 254 | <file:Documentation/input/devices/appletouch.rst>. |
255 | 255 | ||
256 | To compile this driver as a module, choose M here: the | 256 | To compile this driver as a module, choose M here: the |
257 | module will be called bcm5974. | 257 | module will be called bcm5974. |
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index cb5579716dba..0a6f7ca883e7 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c | |||
@@ -212,7 +212,7 @@ static void alps_set_abs_params_v7(struct alps_data *priv, | |||
212 | static void alps_set_abs_params_ss4_v2(struct alps_data *priv, | 212 | static void alps_set_abs_params_ss4_v2(struct alps_data *priv, |
213 | struct input_dev *dev1); | 213 | struct input_dev *dev1); |
214 | 214 | ||
215 | /* Packet formats are described in Documentation/input/alps.txt */ | 215 | /* Packet formats are described in Documentation/input/devices/alps.rst */ |
216 | 216 | ||
217 | static bool alps_is_valid_first_byte(struct alps_data *priv, | 217 | static bool alps_is_valid_first_byte(struct alps_data *priv, |
218 | unsigned char data) | 218 | unsigned char data) |
diff --git a/drivers/input/touchscreen/wm97xx-core.c b/drivers/input/touchscreen/wm97xx-core.c index fd714ee881f7..2566b4d8b342 100644 --- a/drivers/input/touchscreen/wm97xx-core.c +++ b/drivers/input/touchscreen/wm97xx-core.c | |||
@@ -68,7 +68,7 @@ | |||
68 | * The default values correspond to Mainstone II in QVGA mode | 68 | * The default values correspond to Mainstone II in QVGA mode |
69 | * | 69 | * |
70 | * Please read | 70 | * Please read |
71 | * Documentation/input/input-programming.txt for more details. | 71 | * Documentation/input/input-programming.rst for more details. |
72 | */ | 72 | */ |
73 | 73 | ||
74 | static int abs_x[3] = {150, 4000, 5}; | 74 | static int abs_x[3] = {150, 4000, 5}; |