-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathHP.conf
More file actions
50 lines (43 loc) · 1.65 KB
/
HP.conf
File metadata and controls
50 lines (43 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# ipp-usb quirks file -- quirks for HP devices
[HP LaserJet MFP M28-M31]
http-connection = keep-alive
[HP OfficeJet Pro 8730]
http-connection = close
# eSCL requests hangs on this device, if both USB interfaces are
# in use. Limiting number of interfaces to 1 makes scanning
# reliable in a cost of making scan cancellation impossible,
# as there is no second interface to send cancel request.
# (ADF scans still can be canceled between retrieval of
# subsequent pages).
[HP ScanJet Pro 4500 fn1]
usb-max-interfaces = 1
# HP Photosmart 6520 series doesn't implement true faxing,
# but instead implements internet-based eFax,
# which makes no sense when connected via USB
# so can be safely disabled for this kind of devices.
[HP Photosmart 6520 series]
disable-fax = true
# This device sometimes hangs when probing for fax support
# See long conversation here for details:
# https://github.com/OpenPrinting/ipp-usb/issues/48
[HP ENVY 5530 series]
disable-fax = true
# This device fails to initialize. This quirk helps.
#
# See le following link for details:
# https://github.com/OpenPrinting/ipp-usb/issues/75
[HP OfficeJet Pro 8710]
init-reset = soft
# These quirks fixes initialization of the HP HP Color LaserJet Flow X677
# and Hewlett-Packard HP Color LaserJet FlowMFP M578
#
# Probably, some other HP Enterprise series printers will need a similar
# set of quirks to work properly. However, it is hard to figure out the
# common match pattern to detect them all.
#
# See the following link for details:
# https://github.com/OpenPrinting/ipp-usb/issues/64
[*HP Color LaserJet Flow*]
init-timeout = 20s
init-retry-partial = true
zlp-recv-hack = true