USB printers

I attempt to start USB printer HP LaserJet 1020:

io-usb &
mount -T io-usb devu-ehci.so /dev/io-usb/io-usb
mount -T io-usb devu-ohci.so /dev/io-usb/io-usb
mount -T io-usb devu-uhci.so /dev/io-usb/io-usb
waitfor /dev/io-usb/io-usb
devu-prn &

But it doesn’t work. The device such as /dev/usbpar0 doesn’t appear.

command usb print such information

USB 4 (EHCI) v1.10, v1.01 DDK, v1.01 HCD
Control, Interrupt, Bulk, Full speed, High speed

Device Address : 1
Upstream Host Controller : 4
Upstream Device Address : 0
Upstream Port : 3
Upstream Port Speed : High
Vendor : 0x03f0 (Hewlett-Packard)
Product : 0x2b17 (HP LaserJet 1020)
Device Release : r1.00
Class : 0x00 (Independant per interface)
Max PacketSize0 : 64
Configurations : 1

  • Configuration : 1
    | Attributes : 0xc0 (Self-powered)
    | Max Power : 98 mA

Maybe I incorrect run driver of usb printers or this model of printers isn’t supports?

This model of printer using host-printing system of printing and QNX doesn’t support it.

:exclamation: It is correct way to run USB printer.

[size=150]io-usb -duhci
waitfor /de/io-usb/io-usb
devu-prn
spooler -d /dev/usbpar0
[/size]
If I use HP Laser Jet 1160 it is working correctly.