diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2011-07-05 13:45:08 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 14:30:21 +0200 |
commit | fb51b44385a0ded0d629d5cf4a2095f80fb01b56 (patch) | |
tree | 544151d9634c62864d481006d15d484ea684d5ce /drivers/hid/Makefile | |
parent | 4699d4423c07a1db35ea9453eac3a07e818338f9 (diff) | |
download | linux-3.10-fb51b44385a0ded0d629d5cf4a2095f80fb01b56.tar.gz linux-3.10-fb51b44385a0ded0d629d5cf4a2095f80fb01b56.tar.bz2 linux-3.10-fb51b44385a0ded0d629d5cf4a2095f80fb01b56.zip |
HID: wiimote: Add Nintendo Wii Remote driver stub
Add stub driver for the Nintendo Wii Remote. The wii remote uses
the HID protocol to communicate with the host over bluetooth. Hence,
add dependency for HIDP and place driver in hid subsystem.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index f8cc4ea7335..4ed9bedada6 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -73,6 +73,7 @@ obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o obj-$(CONFIG_HID_ZYDACRON) += hid-zydacron.o obj-$(CONFIG_HID_WACOM) += hid-wacom.o obj-$(CONFIG_HID_WALTOP) += hid-waltop.o +obj-$(CONFIG_HID_WIIMOTE) += hid-wiimote.o obj-$(CONFIG_USB_HID) += usbhid/ obj-$(CONFIG_USB_MOUSE) += usbhid/ |