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:
parent
0689cbd99f
commit
da0ea4bc4f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user