0

printing: Add HP DJ 2600 series to IPP-USB list

This model works as expected on the network with driverless IPP.  Make
USB work the same to avoid a bug in the PPD.

Bug: 399480007
Test: Print to DeskJet 2655 over USB
Change-Id: I8773f123d9a03c22daa87f86c5fcd3a03d5a2739
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6309506
Commit-Queue: Benjamin Gordon <bmgordon@chromium.org>
Reviewed-by: Nathan Muggli <nmuggli@google.com>
Cr-Commit-Position: refs/heads/main@{#1425776}
This commit is contained in:
Benjamin Gordon
2025-02-27 08:44:21 -08:00
committed by Chromium LUCI CQ
parent b45bb3e5a0
commit cb8d70783e

@ -170,6 +170,7 @@ bool Printer::RequiresDriverlessUsb() const {
"epson et-5180 series", // b/319373509
"epson et-8550 series", // b/301387697
"epson wf-110 series", // b/287159028
"hp deskjet 2600 series", // b/399480007
"hp deskjet 4100 series", // b/279387801
});
return kDriverlessUsbMakeModels.contains(base::ToLowerASCII(make_and_model_));