Comment 73 for bug 606238

Revision history for this message
Seth Forshee (sforshee) wrote : Re: synaptic touchpad not recognized on dell latitude e6510 and others

drem: Did you re-run lsinput after you made the changes that got the touchpad working well? The events have to be coming out of one of the input devices. The device numbers can change when you reload a driver, so you need to check the device numbers in lsinput again.

It sounds like the trackstick data isn't being processed correctly. If you can capture some of the raw packet data from the trackstick (e.g. add a printk of psmouse->packet[psmouse->pktcnt - 1] at the top of alps_process_byte) then I can look at the data and see if I can make any sense of it.