Page 1 of 1

a little "warning" to all the mouse driver coder

Posted: Sat May 30, 2009 1:51 pm
by kmtdk
well
since i have encountered some few different things with my own mouse [ on different systems], i can tell you some few things to be aware of:

laptops :
the synspad [touchpad] is normaly ought to act like a normal ps2 device, but you will have to be aware with the "read command byte" from the controller, since it takes SOME time to reach. in my example, when i send the mouse a command, this "trash" from the read command byte, kills the command.

newer computer (bios / motherboards):
when a ps2 is not connected it just sends "FE" (at least one of my computers does this), and countinues with this, until you plug in a ps2 mouse.

older computers:
works good :D
but if you suddently connect a mouse without have done that at POST (bios boot) it cannot find the mouse ! .



KMT dk


edit 2:
spell error corrected ..

Re: a little "warning" to all the mouse driver coder

Posted: Sat May 30, 2009 3:14 pm
by Brynet-Inc
Did you mean encountered perhaps? that's one impressive typo.

Re: a little "warning" to all the mouse driver coder

Posted: Fri Jun 05, 2009 5:28 pm
by gravaera
Thanks. I'll be sure to at least remember that part about the ATX form factor boards returning 0xFE when no hardware is connected. That's useful stuff right there, dude.