summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/joystick')
-rw-r--r--drivers/input/joystick/Kconfig10
-rw-r--r--drivers/input/joystick/walkera0701.c2
2 files changed, 6 insertions, 6 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/*