]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
HID: sony: update module description
authorRosalie Wanders <rosalie@mailbox.org>
Thu, 2 Apr 2026 15:59:15 +0000 (17:59 +0200)
committerJiri Kosina <jkosina@suse.com>
Thu, 9 Apr 2026 15:33:08 +0000 (17:33 +0200)
This commit updates the hid-sony module description to make it correct
with the recent hid-sony changes alongside making it more consistent.

Signed-off-by: Rosalie Wanders <rosalie@mailbox.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/Kconfig
drivers/hid/hid-sony.c

index c1d9f7c6a5f234ed97c716fe5d174aa640e62f0e..b287023437ca6c81e87e410eda4947039511e360 100644 (file)
@@ -1100,13 +1100,15 @@ config HID_SONY
        help
        Support for
 
-         * Sony PS3 6-axis controllers
+         * Sixaxis controllers for PS3
          * Buzz controllers
-         * Sony PS3 Blue-ray Disk Remote Control (Bluetooth)
-         * Logitech Harmony adapter for Sony Playstation 3 (Bluetooth)
-         * Guitar Hero Live PS3, Wii U and PS4 guitar dongles
-         * Guitar Hero PS3 and PC guitar dongles
+         * Blu-ray Disc Remote Control for PS3
+         * Logitech Harmony adapter for PS3
+         * Guitar Hero Live PS3, Wii U and PS4 guitars
+         * Guitar Hero PS3 and PC guitars
+         * Rock Band 1, 2 and 3 PS3 and Wii instruments
          * Rock Band 4 PS4 and PS5 guitars
+         * DJ Hero Turntable for PS3
 
 config SONY_FF
        bool "Sony PS2/3/4 accessories force feedback support"
index 83e82a0a3327acd12df66d4d5c90103355bb314f..b5e724676c1dea604214e8a4e6c07f5140fccc49 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- *  HID driver for Sony / PS2 / PS3 / PS4 / PS5 BD devices.
+ *  HID driver for Sony / PS2 / PS3 BD / PS4 / PS5 devices.
  *
  *  Copyright (c) 1999 Andreas Gal
  *  Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz>
@@ -2641,5 +2641,5 @@ static void __exit sony_exit(void)
 module_init(sony_init);
 module_exit(sony_exit);
 
-MODULE_DESCRIPTION("HID driver for Sony / PS2 / PS3 / PS4 / PS5 BD devices");
+MODULE_DESCRIPTION("HID driver for Sony / PS2 / PS3 BD / PS4 / PS5 devices");
 MODULE_LICENSE("GPL");