Mailinglist Archive: opensuse-bugs (7823 mails)
| < Previous | Next > |
[Bug 444747] vboxmouse: Driver is broken
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 6 Feb 2009 04:16:21 -0700 (MST)
- Message-id: <20090206111621.21F45CC7D4@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=444747
User sndirsch@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=444747#c52
--- Comment #52 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2009-02-06 04:16:19
MST ---
I looked again at my patch. For our xorg-server release on SLE11/11.1
GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 2, i.e. the change
miPointerGetMotionEvents --> GetMotionHistory
miPointerGetMotionBufferSize() --> GetMotionHistorySize(), 2
is active. Not sure why this driver also works without my patch. Decleration of
InitPointerDeviceStruct():
/usr/include/xorg/input.h
[...]
include/input.h
extern Bool InitPointerDeviceStruct(
DevicePtr /*device*/,
CARD8* /*map*/,
int /*numButtons*/,
ValuatorMotionProcPtr /*motionProc*/,
PtrCtrlProcPtr /*controlProc*/,
int /*numMotionEvents*/,
int /*numAxes*/);
I suggest to apply my patch. At least you should give it a try. Thanks.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User sndirsch@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=444747#c52
--- Comment #52 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2009-02-06 04:16:19
MST ---
I looked again at my patch. For our xorg-server release on SLE11/11.1
GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 2, i.e. the change
miPointerGetMotionEvents --> GetMotionHistory
miPointerGetMotionBufferSize() --> GetMotionHistorySize(), 2
is active. Not sure why this driver also works without my patch. Decleration of
InitPointerDeviceStruct():
/usr/include/xorg/input.h
[...]
include/input.h
extern Bool InitPointerDeviceStruct(
DevicePtr /*device*/,
CARD8* /*map*/,
int /*numButtons*/,
ValuatorMotionProcPtr /*motionProc*/,
PtrCtrlProcPtr /*controlProc*/,
int /*numMotionEvents*/,
int /*numAxes*/);
I suggest to apply my patch. At least you should give it a try. Thanks.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |