Hi,
In normal cases if a USB device with Class_07(printer) is plugged in, the
Setup locates the system-supplied Usbprint.inf and uses it to load
Usbprint.sys silently.
In my case I have a USB printer that represents itself not with Class_07
but
as USB device. I have a driver for this class device, port monitor and I
have
a minidriver for the printer as well. The way it works now is - if the
printer is attached:
1. I should install the USB driver.
2. I should install the port monitor - manually with inf file(it adds a
port).
3. I should install a printer with the provided minidriver inf file.
4. and finally should attach the printer to the port.
Is there a way to make the whole thing work as plug and play driver?
I think that if it is possible to load my USB driver instead of
Usbprint.sys it will be OK.
Regards
|