FS#16972 - [xf86-input-evdev] Mouse A4Tech X7 stops working

Attached to Project: Arch Linux
Opened by andrey demidov (demas) - Monday, 02 November 2009, 06:35 GMT
Last edited by Jan de Groot (JGC) - Saturday, 21 November 2009, 15:47 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

After last upgrade my mouse (A4Tech X7) stops working correctly. May be the problem was caused by the new kernel.
The mouse coursor move to the upper left corner of screen anytime.
The Genius mouse works correctly.
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 21 November 2009, 15:47 GMT
Reason for closing:  Fixed
Additional comments about closing:  xf86-video-evdev 2.3.1-1.
Comment by andrey demidov (demas) - Monday, 02 November 2009, 07:05 GMT
message.log for both mouses:

[896][demas.arch: /home/demas]$ tail /var/log/messages.log
Nov 2 09:58:48 arch kernel: usb 2-2: USB disconnect, address 10
Nov 2 09:59:03 arch kernel: usb 2-2: new full speed USB device using uhci_hcd and address 11
Nov 2 09:59:03 arch kernel: usb 2-2: configuration #1 chosen from 1 choice
Nov 2 09:59:03 arch kernel: input: A4Tech USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input21
Nov 2 09:59:03 arch kernel: generic-usb 0003:09DA:0080.000B: input,hidraw0: USB HID v1.11 Mouse [A4Tech USB Mouse] on usb-0000:00:1d.0-2/input0
Nov 2 09:59:24 arch kernel: usb 2-2: USB disconnect, address 11
Nov 2 09:59:29 arch kernel: usb 2-2: new low speed USB device using uhci_hcd and address 12
Nov 2 09:59:29 arch kernel: usb 2-2: configuration #1 chosen from 1 choice
Nov 2 09:59:29 arch kernel: input: Genius NetScroll + Traveler as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input22
Nov 2 09:59:29 arch kernel: generic-usb 0003:0458:002E.000C: input,hidraw0: USB HID v1.10 Mouse [Genius NetScroll + Traveler] on usb-0000:00:1d.0-2/input0
Comment by andrey demidov (demas) - Monday, 02 November 2009, 08:04 GMT
I have downgraded the kernel package, but it didn't help.
So the reason is in the other package.
Comment by Stanislav Larionov (sudemon) - Wednesday, 04 November 2009, 12:51 GMT
Temporary solution:

Return legacy input settings to xorg.conf

Section "ServerFlags"
Option "AutoAddDevices" "false"
Option "AllowEmpthyInput" "false"
Option "DontZap" "false"
EndSection
Comment by Rafal Mielko (cykacz) - Thursday, 05 November 2009, 23:00 GMT
I have the same problem, started after upgrade of xorg to 7.4 and xf86-input-evdev to 1.3. I guess this package cause the problem
Comment by Laszlo Papp (djszapi) - Saturday, 07 November 2009, 05:33 GMT
any xorg.log, errorlog ? Did you try with earlier xorg, mouse driver ?
Comment by Rafal Mielko (cykacz) - Saturday, 07 November 2009, 12:02 GMT
sorry its xf86-input-evdev 2.3

here is bug filled on their dev bug system https://bugs.freedesktop.org/show_bug.cgi?id=24737
Comment by Rafal Mielko (cykacz) - Saturday, 07 November 2009, 12:04 GMT
it actually works with all xorgx but not with evdev, 2.2.5 was ok
Comment by Vasiliy (rocker) - Sunday, 08 November 2009, 16:53 GMT
I have similar problem with my A4Tech X7 after upgrading to evdev 2.3.
The solution of Stanislav Larionov is worked for me, but I was made to write keyboard configuration in xorg.conf. The most interesting thing is that everything works fine with another usb mouse. That's a bit strange.
Comment by Bartek Iwaniec (hash) - Monday, 09 November 2009, 15:38 GMT
Bartosz Brachaczek has just added a patch which fixes this issue for me (A4 Tech X-750).

Link to this patch:
https://bugs.freedesktop.org/attachment.cgi?id=31069
Comment by Cristian C. (ckristi) - Thursday, 12 November 2009, 21:48 GMT
I've posted a PKGBUILD which is using the patch created by Bartosz Brachacek.
You can find it here: http://bbs.archlinux.org/viewtopic.php?id=83918&p=2
Comment by andrey demidov (demas) - Friday, 13 November 2009, 06:54 GMT
Thank you. It helps me.

Loading...