mouse and configuration files

Hi, i’ve just configured my usb mouse.
What files should I modify to make the acknowledgment automatic everytime I login or run Photon?!
Thanks For the help.

P.S: Sorry for my bad English but I’m Italian and I’m also a qnx newbie :slight_smile:

In /etc/rc.d/rc.local start devu-ohcu/uchi (depends on your chipset) and io-hid. Then add a file in /etc/system/trap that is called input.$HOSTNAME, and put your devi driver commands for devi-hirun and devi-hid.

Thank you very much…
I’ve solved the problem some days ago…but I forgot to post my solution…

So…
Into the /etc/rc.d/rc.local i put
devu-uhci
devu-mouse

Into the /etc/system/trap/input.$HOSTNAME i put
kdb fd -d/dev/kdb
msoft fd -d/dev/usbmouse0
ps2 mousedev

Now everything works fine.
I also tried to add the -i option to use the mouse wheel but the thing doesn’t work… someone can help me or tell why?!