From: David Herrmann Date: Sun, 5 May 2013 21:13:09 +0000 (+0200) Subject: HID: wiimote: fix DRM debug-attr to correctly parse input X-Git-Tag: v3.11-rc1~90^2^3~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d57eb8758c865a70dd05f7c6a857acd996167fa;p=pandora-kernel.git HID: wiimote: fix DRM debug-attr to correctly parse input We need to correctly zero-terminate the input to parse it. Otherwise, we always end up interpreting it as numbers. Furthermore, we actually want hexadecimal numbers instead of decimal. As it is a debugfs interface, we can change the API at any time. Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed