Is there any emulator that allows to treat all non-PS/2 mouse activities as if I had one? I.e. if I have a usb mouse but it could be reached by interacting with PS/2 port.
Asked
Active
Viewed 1,371 times
3 Answers
1
/dev/input/mice is a multiplex device that receives all events from all mice, PS/2 or otherwise.
Ignacio Vazquez-Abrams
- 114,604
1
Windows does this for you, so I am not sure what you are getting at. If you need a hardware solution, you might try a simple PS/2 to USB adapter. It doesn't actually adapt the signals... just the plug. Most mice (Microsoft mice in particular) support the PS/2 protocol natively and automatically switch to it when attached to a PS/2 host.

Brad
- 6,629