Driver for USB-compliant Human Interface Device (HID) devices
io-hid -d usb [option[,option ...]] ... & io-hid -d usb [option[,option ...]] ...
QNX Neutrino
You can use the igndev option to ignore specific USB HID devices. This allows another USB driver to attach and manage the device. You can specify multiple igndev options.
The did argument also supports pattern matching to let you specify a range of device IDs for a particular vendor; see the examples below.
The devh-usb.so library is a DLL which is used with the io-hid manager. It connects to the USB stack to give HID clients access to USB-compliant HID devices.
Start io-hid using the USB HID driver and manage all USB HID devices:
io-hid -d usb &
or:
io-hid & mount -Tio-hid devh-usb.so
Ignore all devices for a specific vendor:
io-hid -d usb igndev=0x1234
Ignore a specific device for a specific vendor:
io-hid -d usb igndev=0x1234:0x5678
Ignore a range of devices for a specific vendor:
io-hid -d usb igndev=0x1234:0x5???