aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/Kconfig20
-rw-r--r--drivers/hid/hid-wiimote-core.c6
-rw-r--r--drivers/hid/hid-wiimote-debug.c4
-rw-r--r--drivers/hid/hid-wiimote-ext.c4
-rw-r--r--drivers/hid/hid-wiimote.h4
5 files changed, 27 insertions, 11 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index fb52f3f6de80..76e2d5d5c23e 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -707,13 +707,29 @@ config HID_WACOM
707 Support for Wacom Graphire Bluetooth and Intuos4 WL tablets. 707 Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.
708 708
709config HID_WIIMOTE 709config HID_WIIMOTE
710 tristate "Nintendo Wii Remote support" 710 tristate "Nintendo Wii / Wii U peripherals"
711 depends on HID 711 depends on HID
712 depends on LEDS_CLASS 712 depends on LEDS_CLASS
713 select POWER_SUPPLY 713 select POWER_SUPPLY
714 select INPUT_FF_MEMLESS 714 select INPUT_FF_MEMLESS
715 ---help--- 715 ---help---
716 Support for the Nintendo Wii Remote bluetooth device. 716 Support for Nintendo Wii and Wii U Bluetooth peripherals. Supported
717 devices are the Wii Remote and its extension devices, but also devices
718 based on the Wii Remote like the Wii U Pro Controller or the
719 Wii Balance Board.
720
721 Support for all official Nintendo extensions is available, however, 3rd
722 party extensions might not be supported. Please report these devices to:
723 http://github.com/dvdhrm/xwiimote/issues
724
725 Other Nintendo Wii U peripherals that are IEEE 802.11 based (including
726 the Wii U Gamepad) might be supported in the future. But currently
727 support is limited to Bluetooth based devices.
728
729 If unsure, say N.
730
731 To compile this driver as a module, choose M here: the
732 module will be called hid-wiimote.
717 733
718config HID_WIIMOTE_EXT 734config HID_WIIMOTE_EXT
719 bool "Nintendo Wii Remote Extension support" 735 bool "Nintendo Wii Remote Extension support"
diff --git a/drivers/hid/hid-wiimote-core.c b/drivers/hid/hid-wiimote-core.c
index e5ee1f20bbd9..119dc56ec0c3 100644
--- a/drivers/hid/hid-wiimote-core.c
+++ b/drivers/hid/hid-wiimote-core.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * HID driver for Nintendo Wiimote devices 2 * HID driver for Nintendo Wii / Wii U peripherals
3 * Copyright (c) 2011 David Herrmann 3 * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
4 */ 4 */
5 5
6/* 6/*
@@ -1331,4 +1331,4 @@ module_hid_driver(wiimote_hid_driver);
1331 1331
1332MODULE_LICENSE("GPL"); 1332MODULE_LICENSE("GPL");
1333MODULE_AUTHOR("David Herrmann <dh.herrmann@gmail.com>"); 1333MODULE_AUTHOR("David Herrmann <dh.herrmann@gmail.com>");
1334MODULE_DESCRIPTION(WIIMOTE_NAME " Device Driver"); 1334MODULE_DESCRIPTION("Driver for Nintendo Wii / Wii U peripherals");
diff --git a/drivers/hid/hid-wiimote-debug.c b/drivers/hid/hid-wiimote-debug.c
index 90124ffaa2a5..fdd30dd71ef8 100644
--- a/drivers/hid/hid-wiimote-debug.c
+++ b/drivers/hid/hid-wiimote-debug.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * Debug support for HID Nintendo Wiimote devices 2 * Debug support for HID Nintendo Wii / Wii U peripherals
3 * Copyright (c) 2011 David Herrmann 3 * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
4 */ 4 */
5 5
6/* 6/*
diff --git a/drivers/hid/hid-wiimote-ext.c b/drivers/hid/hid-wiimote-ext.c
index 0472191d4a72..1c104fca4199 100644
--- a/drivers/hid/hid-wiimote-ext.c
+++ b/drivers/hid/hid-wiimote-ext.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * HID driver for Nintendo Wiimote extension devices 2 * HID driver for Nintendo Wii / Wii U peripheral extensions
3 * Copyright (c) 2011 David Herrmann 3 * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
4 */ 4 */
5 5
6/* 6/*
diff --git a/drivers/hid/hid-wiimote.h b/drivers/hid/hid-wiimote.h
index c81dbeb086c5..a2629ed4a957 100644
--- a/drivers/hid/hid-wiimote.h
+++ b/drivers/hid/hid-wiimote.h
@@ -2,8 +2,8 @@
2#define __HID_WIIMOTE_H 2#define __HID_WIIMOTE_H
3 3
4/* 4/*
5 * HID driver for Nintendo Wiimote devices 5 * HID driver for Nintendo Wii / Wii U peripherals
6 * Copyright (c) 2011 David Herrmann 6 * Copyright (c) 2011-2013 David Herrmann <dh.herrmann@gmail.com>
7 */ 7 */
8 8
9/* 9/*