devu-uhci.so

Driver for Universal Host Controller Interface (UHCI) USB controllers

Note: You must be root to start this manager.

Syntax:

io-usb-otg -d uhci [option[,option...]] ... &

Runs on:

QNX Neutrino

Targets:

ARMv7, x86

Options:

ioport=addr
Register the base address of the USB controller. The default is to scan the PCI bus.
irq=num
The interrupt request number.
nosmm
Don't disable system management. The default is to disable it.
num_ed=num
The number of endpoint descriptors to preallocate.
num_td=num
The number of transfer descriptors to preallocate.
pindex=num
Instance of controller on PCI bus to apply argument.
verbose=num
Set verbosity.

Description:

The devu-uhci.so server provides support for computers that have Universal Host Controller Interface (UHCI) USB controllers. This server creates the /dev/usb/devu-uhci.so device.

Examples:

Scan the PCI bus for all available controllers:

io-usb-otg -duhci 

If you specify arguments, you must include a pindex argument for all controllers you wish to use. The value of the pindex argument starts from 0.

Attach to the first and third controller instance and set the verbose argument on the first controller instance as follows:

io-usb-otg -duhci pindex=0,verbose=4,pindex=2 &