[Previous] [Contents] [Index] [Next]

devu-mouse

Class Driver for USB mice (BOOT mode HID)

Syntax:


Note: You must be root to start this driver.

devu-mouse [options*] &

Runs on:

x86

Options:

-n name
Set device name. Default is /dev/usbmouse0.
-s stack
Set the USB stack name. Default is /dev/usb.
-v
Be verbose.
-w secs
Wait up to the indicated number of seconds for /dev/stack to appear. This is useful at boot time for slow-resetting devices. Default: 60 seconds.

Description:

The devu-mouse class driver manages USB mice.


Note: This manager terminates only upon receipt of a signal or on encountering a problem during startup (e.g. it can't locate the USB stack).

Examples:

devu-mouse &

To use the mouse with Photon, start devi-hirun (or Input) as follows:

devi-hirun msoft fd -d/dev/usbmouse0 &

Or with QNX 4:

Input msoft fd -d/dev/usbmouse0 &

See also:

devu-kbd, devu-prn


[Previous] [Contents] [Index] [Next]