aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-wiimote.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-05-05 23:13:00 +0200
committerJiri Kosina <jkosina@suse.cz>2013-06-03 11:07:03 +0200
commit9d6f9ecb0cbf714f39c0ae492fe8678bcb93a001 (patch)
tree673e3e906b49c1e0b9672e5e54a2a52f4cb12bff /drivers/hid/hid-wiimote.h
parentHID: wiimote: add Nunchuk support (diff)
downloadlinux-dev-9d6f9ecb0cbf714f39c0ae492fe8678bcb93a001.tar.xz
linux-dev-9d6f9ecb0cbf714f39c0ae492fe8678bcb93a001.zip
HID: wiimote: add Classic Controller extension
Add a new extension module for the classic controller so we get hotplug support for this device. It is mostly the same as the old static classic controller parser. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-wiimote.h')
-rw-r--r--drivers/hid/hid-wiimote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-wiimote.h b/drivers/hid/hid-wiimote.h
index 3414e4cdc4ff..118520a79211 100644
--- a/drivers/hid/hid-wiimote.h
+++ b/drivers/hid/hid-wiimote.h
@@ -81,6 +81,7 @@ enum wiimote_exttype {
WIIMOTE_EXT_NONE,
WIIMOTE_EXT_UNKNOWN,
WIIMOTE_EXT_NUNCHUK,
+ WIIMOTE_EXT_CLASSIC_CONTROLLER,
WIIMOTE_EXT_BALANCE_BOARD,
WIIMOTE_EXT_NUM,
};