HID: wiimote: Add Nintendo Wii Remote driver stub
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 5 Jul 2011 11:45:08 +0000 (13:45 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 11 Jul 2011 12:30:21 +0000 (14:30 +0200)
commitfb51b44385a0ded0d629d5cf4a2095f80fb01b56
tree544151d9634c62864d481006d15d484ea684d5ce
parent4699d4423c07a1db35ea9453eac3a07e818338f9
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>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-wiimote.c [new file with mode: 0644]