diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-05-05 17:13:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-03 05:07:03 -0400 |
commit | 9d6f9ecb0cbf714f39c0ae492fe8678bcb93a001 (patch) | |
tree | 673e3e906b49c1e0b9672e5e54a2a52f4cb12bff /drivers/hid/hid-wiimote.h | |
parent | b6ee67b37c02790ba9bd170ee1fe0d2cd2941001 (diff) |
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.h | 1 |
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 { | |||
81 | WIIMOTE_EXT_NONE, | 81 | WIIMOTE_EXT_NONE, |
82 | WIIMOTE_EXT_UNKNOWN, | 82 | WIIMOTE_EXT_UNKNOWN, |
83 | WIIMOTE_EXT_NUNCHUK, | 83 | WIIMOTE_EXT_NUNCHUK, |
84 | WIIMOTE_EXT_CLASSIC_CONTROLLER, | ||
84 | WIIMOTE_EXT_BALANCE_BOARD, | 85 | WIIMOTE_EXT_BALANCE_BOARD, |
85 | WIIMOTE_EXT_NUM, | 86 | WIIMOTE_EXT_NUM, |
86 | }; | 87 | }; |