HID: wiimote: extend driver description
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 5 May 2013 21:12:45 +0000 (23:12 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 3 Jun 2013 09:06:58 +0000 (11:06 +0200)
The hid-wiimote driver supports more than the Wii Remote. Nintendo
produced many devices based on the Wii Remote, which have extension
devices built-in. It is not clear to many users, that these devices have
anything in common with the Wii Remote, so fix the driver description.

This also updates the copyright information for the coming hotplugging
rework.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/hid-wiimote-core.c
drivers/hid/hid-wiimote-debug.c
drivers/hid/hid-wiimote-ext.c
drivers/hid/hid-wiimote.h

index fb52f3f6de80a377112ea0af5dfb8153772cc14e..76e2d5d5c23e7251078fc683bbeb420587dd9632 100644 (file)
@@ -707,13 +707,29 @@ config HID_WACOM
        Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
 
 config HID_WIIMOTE
-       tristate "Nintendo Wii Remote support"
+       tristate "Nintendo Wii / Wii U peripherals"
        depends on HID
        depends on LEDS_CLASS
        select POWER_SUPPLY
        select INPUT_FF_MEMLESS
        ---help---
-       Support for the Nintendo Wii Remote bluetooth device.
+       Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
+       devices are the Wii Remote and its extension devices, but also devices
+       based on the Wii Remote like the Wii U Pro Controller or the
+       Wii Balance Board.
+
+       Support for all official Nintendo extensions is available, however, 3rd
+       party extensions might not be supported. Please report these devices to:
+         http://github.com/dvdhrm/xwiimote/issues
+
+       Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
+       the Wii U Gamepad) might be supported in the future. But currently
+       support is limited to Bluetooth based devices.
+
+       If unsure, say N.
+
+       To compile this driver as a module, choose M here: the
+       module will be called hid-wiimote.
 
 config HID_WIIMOTE_EXT
        bool "Nintendo Wii Remote Extension support"
index e5ee1f20bbd9eea45ce3f585e88031e06c8ac1a8..119dc56ec0c3741838060176cf04e3f2507cfc44 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * HID driver for Nintendo Wiimote devices
- * Copyright (c) 2011 David Herrmann
+ * HID driver for Nintendo Wii / Wii U peripherals
+ * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
  */
 
 /*
@@ -1331,4 +1331,4 @@ module_hid_driver(wiimote_hid_driver);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("David Herrmann <dh.herrmann@gmail.com>");
-MODULE_DESCRIPTION(WIIMOTE_NAME " Device Driver");
+MODULE_DESCRIPTION("Driver for Nintendo Wii / Wii U peripherals");
index 90124ffaa2a5211f3e7e11ec7c4a21aedd18b054..fdd30dd71ef8ebe3e38a7bd36f79df5122633f5a 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Debug support for HID Nintendo Wiimote devices
- * Copyright (c) 2011 David Herrmann
+ * Debug support for HID Nintendo Wii / Wii U peripherals
+ * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
  */
 
 /*
index 0472191d4a7272dff8ea9709aef2e7814dd6be2a..1c104fca41995e0db1d3f1d6ff7b88a970163a0a 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * HID driver for Nintendo Wiimote extension devices
- * Copyright (c) 2011 David Herrmann
+ * HID driver for Nintendo Wii / Wii U peripheral extensions
+ * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
  */
 
 /*
index c81dbeb086c556b097dbfb3030bdf2dc62b382f3..a2629ed4a957486235b608ad20d8910dcde8e2c4 100644 (file)
@@ -2,8 +2,8 @@
 #define __HID_WIIMOTE_H
 
 /*
- * HID driver for Nintendo Wiimote devices
- * Copyright (c) 2011 David Herrmann
+ * HID driver for Nintendo Wii / Wii U peripherals
+ * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
  */
 
 /*