- How to change mouse firmware setting?
- Posted by barry on June 7th, 2005
Hi, all,
I have a mouse, the scroll wheel behavior can be changed by reconfig the
firmware settings, but I do not know how to do that. Is there any chance I
can do it in user mode? or I need a filter driver? or maybe DirectInput?
Any suggestion is appreciated.
Thanks
Barry
- Posted by Robert Marquardt on June 7th, 2005
barry wrote:
If it is a USB mouse then there is a chance.
It depends on the mouse declaring feature reports.
If it uses out reports then only a filter driver can help.
- Posted by Doron Holan [MS] on June 8th, 2005
if the mouse is PS2, you can do it from a filter driver. look at the
moufiltr example on where you can hook the ISR and intitialization
processing.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Robert Marquardt" <marquardt@codemercs.com> wrote in message
news:eZBP6T0aFHA.1148@tk2msftngp13.phx.gbl...
- Posted by barry on June 8th, 2005
Thank you, it helped.