]> git.ipfire.org Git - thirdparty/cups.git/commit
Some USB printers (notably DYMO printers) report a bogus serial number in their
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 19 Apr 2021 12:44:48 +0000 (08:44 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 19 Apr 2021 12:44:48 +0000 (08:44 -0400)
commit14a52682f82c17045fe99415f81ebfefe2100fa4
tree83b8b177cc803ddaf84951e2666b806aa3eb8187
parent811e6226bb9140c2d3eb0732af3ba1176143c77a
Some USB printers (notably DYMO printers) report a bogus serial number in their
IEEE-1284 device ID.  This change forces the USB backend to prefer the USB
serial number string over the one in the 1284 ID so that we can properly handle
printing to different USB-connected printers of the same model.
backend/usb-darwin.c