From 602150cc7078956afc50897363a00fb963ace5b9 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 12 Oct 2001 11:05:58 +0000 Subject: 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. --- sys/dev/usb/ulpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/usb/ulpt.c b/sys/dev/usb/ulpt.c index 052583bc0194..8e66da7e9176 100644 --- a/sys/dev/usb/ulpt.c +++ b/sys/dev/usb/ulpt.c @@ -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. -- cgit v1.3