13 Aug
2008
13 Aug
'08
2:02 p.m.
"Vitaliy Margolen" <wine-devel(a)kievinfo.com> wrote:
While debugging some force-feedback issues ran into an interesting problem. The size of one struct from include/linux differs between 32-bit and 64-bit. That wouldn't be a major problem except that size is the part of the ioctl() request. Which results in EINVAL.
64-bit kernel should take care of translating the parameters between native 64-bit and emulated 32-bit modes. If that's not the case that's a kernel bug, and should be reported appropriately. -- Dmitry.