]> git.openfabrics.org - ~emulex/infiniband.git/commit
HID: hidraw: add compatibility ioctl() for 32-bit applications.
authorAlan Ott <alan@signal11.us>
Tue, 4 Jan 2011 05:37:22 +0000 (00:37 -0500)
committerJiri Kosina <jkosina@suse.cz>
Tue, 4 Jan 2011 10:21:28 +0000 (11:21 +0100)
commitae5e49c79c051ea1d5ca91cbd4a0d22189067ba3
tree06db2f9f459515ee6e2cc74721108e718d8a6afc
parent68229689b6dc950bea4b81dd60563884f4a7e1c5
HID: hidraw: add compatibility ioctl() for 32-bit applications.

Added the ioctl function to the compat_ioctl pointer in the file_operations
struct. Before this, some ioctls would fail for 32-bit apps on 64-bit systems.

Signed-off-by: Alan Ott <alan@signal11.us>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hidraw.c