aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-wiimote.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-05-05 17:12:59 -0400
committerJiri Kosina <jkosina@suse.cz>2013-06-03 05:07:03 -0400
commitb6ee67b37c02790ba9bd170ee1fe0d2cd2941001 (patch)
treed0e40e6d68175340473c789f43f663a36270cb85 /drivers/hid/hid-wiimote.h
parentf1d4bed45b553dda2be402e427d8d708c4dca85d (diff)
HID: wiimote: add Nunchuk support
This moves the nunchuk parser over to an extension module. This allows to make use of hotplugged Nunchuks instead of the old static 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 8d314ae429b6..3414e4cdc4ff 100644
--- a/drivers/hid/hid-wiimote.h
+++ b/drivers/hid/hid-wiimote.h
@@ -80,6 +80,7 @@ enum wiimote_devtype {
80enum wiimote_exttype { 80enum wiimote_exttype {
81 WIIMOTE_EXT_NONE, 81 WIIMOTE_EXT_NONE,
82 WIIMOTE_EXT_UNKNOWN, 82 WIIMOTE_EXT_UNKNOWN,
83 WIIMOTE_EXT_NUNCHUK,
83 WIIMOTE_EXT_BALANCE_BOARD, 84 WIIMOTE_EXT_BALANCE_BOARD,
84 WIIMOTE_EXT_NUM, 85 WIIMOTE_EXT_NUM,
85}; 86};