USB mouse

Hello,

We are looking to implement a USB mouse on the QNX 4 system…In the
sysinit file, I have added the ‘devu-uhci &’ command to start the host
controller. At this point power is given to the mouse, as indicated by the
LED lighting up on the bottom of it. In the input.node file, I have
inserted the following

msoft fd -d /dev/usbmouse0

When I start Photon, the LED light on he mouse goes dark, it takes about 3
times longer to finish initializing (Photon that is), needles to say the
mouse does not work…

I am using a Logitech wheel mouse, any advice?

-TGF

start devu-mouse in your sysinit

TGF <tfitz@engr.uconn.edu> wrote:
: Hello,

: We are looking to implement a USB mouse on the QNX 4 system…In the
: sysinit file, I have added the ‘devu-uhci &’ command to start the host
: controller. At this point power is given to the mouse, as indicated by the
: LED lighting up on the bottom of it. In the input.node file, I have
: inserted the following


: msoft fd -d /dev/usbmouse0

: When I start Photon, the LED light on he mouse goes dark, it takes about 3
: times longer to finish initializing (Photon that is), needles to say the
: mouse does not work…

: I am using a Logitech wheel mouse, any advice?

: -TGF