From: David Herrmann Date: Thu, 17 Nov 2011 13:12:11 +0000 (+0100) Subject: HID: wiimote: Allow direct eeprom access X-Git-Tag: v3.3-rc1~123^2~1^7~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3452c63d4b62329d34d7634f67a3dbec21ca87;p=pandora-kernel.git HID: wiimote: Allow direct eeprom access The wiimote provides direct access to parts of its eeprom. This implements read support for small chunks of the eeprom. This isn't very fast but prevents the reader from blocking the wiimote stream for too long. Write support is not yet supported as the wiimote breaks if we overwrite its memory. Use hidraw to reverse-engineer the eeprom before implementing write support here. Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed