[Ubuntu-x-swat] [Bug 598366] Re: touchpad not recognized

2010-07-03 Thread Dmitry Torokhov
The touchpad not recognized correctly is a kernel problem. If you do dual-boot what the other OS reports the touchpad as? Since it is detected as Logitech by linux kernel it might actually be elantech, but it is hard to be sure. ** Package changed: xserver-xorg-input-synaptics (Ubuntu) => linux (U

[Ubuntu-x-swat] [Bug 601113] Re: Dell Latitude E6410 Touchpad - Not all functions working; detected as PS/2 mouse

2010-07-03 Thread Dmitry Torokhov
** Package changed: xserver-xorg-input-synaptics (Ubuntu) => linux (Ubuntu) ** Bug watch added: Linux Kernel Bug Tracker #14660 http://bugzilla.kernel.org/show_bug.cgi?id=14660 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=14660 Importance: Unknown Status:

[Ubuntu-x-swat] [Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-12-15 Thread Dmitry Torokhov
Always my pleasure. -- Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings https://bugs.launchpad.net/bugs/418282 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in ubuntu.

[Ubuntu-x-swat] [Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-30 Thread Dmitry Torokhov
It would be so great if people stopped using "tpconfig" to "prove" that they have Synaptics touchpad and thus Synaptics X driver ought to work. The utility has not been working on 2.5 and never kernels (since the kernel does not allow raw access to the PS/2 port by default so all tpconfig gets is s

[Ubuntu-x-swat] [Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-18 Thread Dmitry Torokhov
So I don't suppose it works? What if you force version 2? -- Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings https://bugs.launchpad.net/bugs/418282 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xor

[Ubuntu-x-swat] [Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-18 Thread Dmitry Torokhov
Try commenting out "return -1" right after "Probably not a real Elantech" message in drivers/input/mouse/elantech.c and see if you get anything sensible. -- Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings https://bugs.launchpad.net/bugs/418282 You receive

Re: [Ubuntu-x-swat] [Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-11 Thread Dmitry Torokhov
On Sat, Nov 07, 2009 at 10:56:39PM -, JaMa wrote: > I contacted Arjan via email and sent him the dmesg from last boot. How > do I do the i8042.debug? > > If someone can walk me through that I am happy to post it here/via > email/whatever. > You just add i8042.debug to the rest of the kernel

Re: [Ubuntu-x-swat] [Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-05 Thread Dmitry Torokhov
On Thu, Nov 05, 2009 at 09:39:22PM -, Alberto Milone wrote: > @Dmitry > Any ideas on this? The touchpad is currently workling in Intellimouse compatibility mode thus is not recognized by Synaptics X driver. > > Shall we contact Arjan Opmeer (arjan AT opmeer DOT net) about this bug? > Sure,

[Ubuntu-x-swat] [Bug 433801] Re: touchpad overwhelms i8042 with int 12

2009-10-12 Thread Dmitry Torokhov
The following patch is scheduled for inclusion in mainline. I would recommend Ubuntu team to pick it up for your kernel update as well, OTOH boxes that would benefit from this fix are pretty old. ** Attachment added: "Limit Synaptics rate to 40pps on Protege M300" http://launchpadlibrarian.net/

[Ubuntu-x-swat] [Bug 433801] Re: touchpad overwhelms i8042 with int 12

2009-10-01 Thread Dmitry Torokhov
;) The Synaptics hardware supports only 2 modes of reporting when in absolute mode - 40 and 80 packets per second. The driver will set the rate to 80 if you request >= 80 and 40 otherwise. BTW, I need the entire dmidecode oputput (sans serial numbers/asset tags). You may mail it directly to dmitry

[Ubuntu-x-swat] [Bug 433801] Re: touchpad overwhelms i8042 with int 12

2009-09-30 Thread Dmitry Torokhov
Hmm, Protege's keyboard controller indeed can't handle full-rate data stream from synaptics touchpad and we even have DMI workaround in the driver. Please verify that you ave Synaptics touchpad (vs ALPS, look in /proc/bus/input/devices) and if it is synaptics then psmouse.rate=40 module option shou