From: Adam Dawidowski Date: Mon, 2 Jun 2008 05:08:10 +0000 (-0400) Subject: Input: fix force feedback upload issue in compat mode X-Git-Tag: v2.6.27-rc1~958^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2278f31d6feb9036eaa79f2e8abcce850420abd;p=pandora-kernel.git Input: fix force feedback upload issue in compat mode Force feedback upload of effects through the event device (ioctl EVIOCSFF) is not working in 32 bit applications running on 64-bit kernel due to the fact that struct ff_effect contains a pointer, resulting in the structure having different sizes in 64 and 32 bit programs and causing difference in ioctl numbers. [dtor@mail.ru: refactor to keep all ugliness in evdev] Signed-off-by: Adam Dawidowski Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed