From: David Herrmann Date: Thu, 17 Nov 2011 13:12:06 +0000 (+0100) Subject: HID: wiimote: Add extension handler stubs X-Git-Tag: v3.3-rc1~123^2~1^7~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6815d75d8bf214998455d94061a40f3b4a77f3;p=pandora-kernel.git HID: wiimote: Add extension handler stubs All supported extensions report data as 6 byte block. All DRMs with extension data provide at least 6 extension bytes. Hence a generic handler for all extension bytes is sufficient and can be called on all DRMs. The handler distinguishes the input and passes it to the right handler. Motion+ passes data interleaved so we can have Motion+ and a regular extension enabled simultaneously. Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed