Custom start of the io-hid

Hi,

By default the io-hid manager is started as follow:
io-hid -d ps2ser kbd:kbdev:ps2mouse:mousedev -d usb /dev/io-usb/io-usb

How can run it with usb driver (devh-usb.so) only:
io-hid -d usb /dev/io-usb/io-usb
?

I’m using QNX 6.3 and the OS image comes from qnxbase.build buildfile.

Regards,
Jacek

In SP3, diskboot will always include PS/2 support when it starts io-hid.
If you create a build file that doesn’t use diskboot you can customize
the start of io-hid. You could also try removing devh-ps2ser.so from
the boot image; io-hid will complain that it cannot find the driver but
it looks like it will still continue.


Ryan J. Allen
ryallen@qnx.com


Jacek Rudnicki wrote:

Hi,

By default the io-hid manager is started as follow:
io-hid -d ps2ser kbd:kbdev:ps2mouse:mousedev -d usb /dev/io-usb/io-usb

How can run it with usb driver (devh-usb.so) only:
io-hid -d usb /dev/io-usb/io-usb
?

I’m using QNX 6.3 and the OS image comes from qnxbase.build buildfile.

Regards,
Jacek

You could also try removing devh-ps2ser.so from the boot image; io-hid will
complain that it cannot find the driver but it looks like it will still
continue.

Is it possible to hide this warning message somehow ?

Jacek