Skip to content

Commit 5f859ac

Browse files
committed
usb-send-delay quirk documented
1 parent 54478bb commit 5f859ac

2 files changed

Lines changed: 19 additions & 8 deletions

File tree

ipp-usb.8

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" generated with Ronn-NG/v0.10.1
22
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
3-
.TH "IPP\-USB" "8" "December 2024" "" "ipp-usb.8"
3+
.TH "IPP\-USB" "8" "March 2025" "" "ipp-usb.8"
44
.SH "NAME"
55
\fBipp\-usb\fR \- Daemon for IPP over USB printer support
66
.SH "DESCRIPTION"
@@ -304,18 +304,22 @@ Some enterprise\-level HP printers are known to have this problem\.
304304
.br
305305
How to reset device during initialization\. Default is \fBnone\fR
306306
.IP "\(bu" 4
307-
\fBinit\-timeout\fR = DELAY
307+
\fBinit\-timeout = DELAY\fR
308308
.br
309309
Timeout for HTTP requests send by the \fBipp\-usb\fR during initialization\.
310310
.IP "\(bu" 4
311-
\fBrequest\-delay\fR = DELAY
311+
\fBrequest\-delay = DELAY\fR
312312
.br
313-
Delay between subsequent requests\.
313+
Delay between subsequent HTTP requests, sent to device (this is not the same as \fBusb\-send\-delay\fR, which inserts delays between each subsequent USB send\-to\-device requests)\.
314314
.IP "\(bu" 4
315315
\fBusb\-max\-interfaces = N\fR
316316
.br
317317
Don't use more that N USB interfaces, even if more is available\.
318318
.IP "\(bu" 4
319+
\fBusb\-send\-delay = DELAY\fR
320+
.br
321+
Delay between low\-level USB send\-to\-device requests (this is not the same as \fBrequest\-delay\fR, which inserts delays between the whole HTTP\-level requests)\.
322+
.IP "\(bu" 4
319323
\fBzlp\-recv\-hack = true | false\fR
320324
.br
321325
Some enterprise\-level HP devices, during the initialization phase (which can last several minutes), may respond with an HTTP 503 status or similar, which is expected\. However, the response body may be truncated (typically, the terminating '\en' is lost)\. In such cases, \fBipp\-usb\fR will wait indefinitely for a response to maintain synchronization with the device\.

ipp-usb.8.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ The following parameters are defined:
371371
handles IPP request but returned status is not reliable. Affects
372372
only `ipp-usb` initialization.
373373

374-
* `init-delay = DELAY `<br>
374+
* `init-delay = DELAY`<br>
375375
Delay, between device is opened and, optionally, reset, and the
376376
first request is sent to device.
377377

@@ -391,15 +391,22 @@ The following parameters are defined:
391391
* `init-reset = none | soft | hard`<br>
392392
How to reset device during initialization. Default is `none`
393393

394-
* `init-timeout` = DELAY <br>
394+
* `init-timeout = DELAY`<br>
395395
Timeout for HTTP requests send by the `ipp-usb` during initialization.
396396

397-
* `request-delay` = DELAY <br>
398-
Delay between subsequent requests.
397+
* `request-delay = DELAY`<br>
398+
Delay between subsequent HTTP requests, sent to device (this is not
399+
the same as `usb-send-delay`, which inserts delays between each
400+
subsequent USB send-to-device requests).
399401

400402
* `usb-max-interfaces = N`<br>
401403
Don't use more that N USB interfaces, even if more is available.
402404

405+
* `usb-send-delay = DELAY`<br>
406+
Delay between low-level USB send-to-device requests (this is not
407+
the same as `request-delay`, which inserts delays between the
408+
whole HTTP-level requests).
409+
403410
* `zlp-recv-hack = true | false`<br>
404411
Some enterprise-level HP devices, during the initialization phase
405412
(which can last several minutes), may respond with an HTTP 503

0 commit comments

Comments
 (0)