From: Philip Langdale Date: Sun, 14 Oct 2007 10:03:58 +0000 (+0200) Subject: HID: hiddev: Add 32bit ioctl compatibilty X-Git-Tag: v2.6.24-rc1~1323^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6c8d8fa9b5587eea18078ce0bcf6bb2905789f;p=pandora-kernel.git HID: hiddev: Add 32bit ioctl compatibilty The hiddev driver currently lacks 32bit ioctl compatibility, so if you're running with a 64bit kernel and 32bit userspace, it won't work. I'm pretty sure that the only thing missing is a compat_ioctl implementation as all structs have fixed size fields. With this change I can use revoco to configure my MX Revolution mouse. Signed-off-by: Philip Langdale Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed