Set ulptusein = 0 so that the machine doesn't hang solid after a

printjob.

There is probably a better fix, but this at least makes USB printing
working again.
This commit is contained in:
phk 2001-10-12 11:05:58 +00:00
parent 0689cbd99f
commit da0ea4bc4f

View File

@ -461,7 +461,7 @@ ulpt_input(usbd_xfer_handle xfer, usbd_private_handle priv, usbd_status status)
usbd_transfer(sc->sc_in_xfer1);
}
int ulptusein = 1;
int ulptusein = 0;
/*
* Reset the printer, then wait until it's selected and not busy.