From 491dd0ab8c3602020b1382cd61b2924fc5c2fba6 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 1 May 2022 18:24:10 +0300 Subject: [PATCH] kcontrol: update note about joystick device driver Signed-off-by: Ivailo Monev --- kcontrol/hardware/joystick/joystick.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kcontrol/hardware/joystick/joystick.cpp b/kcontrol/hardware/joystick/joystick.cpp index c9dced9c..6b7e012d 100644 --- a/kcontrol/hardware/joystick/joystick.cpp +++ b/kcontrol/hardware/joystick/joystick.cpp @@ -59,14 +59,14 @@ Joystick::Joystick(QWidget *parent, const QVariantList &) "If you have another device file, enter it in the combobox.
" "The Buttons list shows the state of the buttons on your joystick, the Axes list " "shows the current value for all axes.
" - "NOTE: the current Linux device driver (Kernel 2.4, 2.6) can only autodetect" + "NOTE: the current Linux device driver can only autodetect" "" - "(For details you can check your Linux source/Documentation/input/joystick.txt)" + "(For details you can check https://www.kernel.org/doc/Documentation/input/joystick.txt)" )); joyWidget = new JoyWidget(this); -- 2.11.0