HID: wiimote: fix DRM debug-attr to correctly parse input
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 5 May 2013 21:13:09 +0000 (23:13 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 3 Jun 2013 09:07:06 +0000 (11:07 +0200)
commit0d57eb8758c865a70dd05f7c6a857acd996167fa
treebbd99a0f26f82e47c85582f0c7157e97c57aa3dc
parent9f329741a6d7253f044677af00a999b47e85721e
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 <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-wiimote-debug.c