On Tue, 6 Aug 2002, Rich Griswold wrote: > When I move the cursor on the console, occassionally, I'll get > "Unrecognized Synaptic PS/2 Touchpad packet" messages. Ok, try the attached patch. A lot of those should go away now. The packets are getting out of sync by three bytes. Secondly, I need some info that is not listed. Edit synaptics.c and define some debug options in this file. The important one is define_reports, but all of them are prefered. (and do the lists again). (while there: Someone is not capable of converting miliseconds to microseconds, so try adding two 0 to the usleep in tp_ps2_send_reset in synaptics.c. This should not make a difference according to the documentation but try anyway.) Peter
*** mice.c.~1.3.~ Wed May 29 11:12:25 2002 --- mice.c Wed Aug 7 04:49:25 2002 *************** *** 2304,2313 **** {0x80, 0x80, 0x00, 0x00}, 5, 1, 0, 1, R_summa}, {"syn", "The \"Synaptics\" serial TouchPad.", "synaptics", M_synaptics_serial, I_serial, CS7 | STD_FLG, ! {0x40, 0x40, 0x40, 0x00}, 6, 6, 1, 0, 0}, {"synps2", "The \"Synaptics\" PS/2 TouchPad", "synaptics_ps2", M_synaptics_ps2, I_synps2, STD_FLG, ! {0x80, 0x80, 0x00, 0x00}, 6, 1, 1, 0, 0}, {"twid", "Twidddler keyboard", "", M_twid, I_twid, CS8 | STD_FLG, {0x80, 0x00, 0x80, 0x80}, 5, 1, 0, 0, 0}, --- 2304,2313 ---- {0x80, 0x80, 0x00, 0x00}, 5, 1, 0, 1, R_summa}, {"syn", "The \"Synaptics\" serial TouchPad.", "synaptics", M_synaptics_serial, I_serial, CS7 | STD_FLG, ! {0x40, 0x40, 0x40, 0x00}, 6, 6, 0, 0, 0}, {"synps2", "The \"Synaptics\" PS/2 TouchPad", "synaptics_ps2", M_synaptics_ps2, I_synps2, STD_FLG, ! {0x80, 0x80, 0x00, 0x00}, 6, 1, 0, 0, 0}, {"twid", "Twidddler keyboard", "", M_twid, I_twid, CS8 | STD_FLG, {0x80, 0x00, 0x80, 0x80}, 5, 1, 0, 0, 0},