From: David Herrmann Date: Tue, 5 Jul 2011 11:45:11 +0000 (+0200) Subject: HID: wiimote: Register input device in wiimote hid driver X-Git-Tag: v3.1-rc1~309^2^3~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672bc4e090c9a2c655c28f8295e981609a1b84ba;p=pandora-kernel.git HID: wiimote: Register input device in wiimote hid driver Register input device so the wiimote can report input events on it. We do not use HIDINPUT because the wiimote does not provide any descriptor table which might be used by HIDINPUT. So we avoid having HIDINPUT parse the wiimote descriptor and create unrelated or unknown event flags. Instead we register our own input device that we have full control of. Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed