Skip to content

Commit

Permalink
Updated the USB quirks rule for Zebra label printers (Issue #5395)
Browse files Browse the repository at this point in the history
All Zebra printers now use unidir and no-reattach.
  • Loading branch information
michaelrsweet committed Jan 23, 2019
1 parent bcaeb97 commit a7c0c36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Changes in CUPS v2.3b8
- Fixed potential unaligned accesses in the string pool (Issue #5474)
- Fixed a potential memory leak when loading a PPD file (Issue #5475)
- Added a USB quirks rule for the Lexmark E120n (Issue #5478)
- Updated the USB quirks rule for Zebra label printers (Issue #5395)
- Fixed a compile error on Linux (Issue #5483)
- The lpadmin command, web interface, and scheduler all queried an IPP
Everywhere printer differently, resulting in different PPDs for the same
Expand Down
7 changes: 2 additions & 5 deletions backend/org.cups.usb-quirks
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
# Samsung ML-2160 Series (https://bugzilla.redhat.com/show_bug.cgi?id=873123)
0x04e8 0x330f unidir

# All Zebra devices (https://bugs.launchpad.net/bugs/1001028)
0x0a5f unidir
# All Zebra devices (https://bugs.launchpad.net/bugs/1001028) (Issue #5395)
0x0a5f unidir no-reattach

# Canon CP-10
0x04a9 0x304a blacklist
Expand Down Expand Up @@ -291,8 +291,5 @@
# Star TSP743 (Issue #5443)
0x0519 0x0001 delay-close

# Zebra ZD420 (Issue #5395)
0x0a5f 0x0120 unidir no-reattach

# Lexmark E120n (Issue #5478)
0x043d 0x00cc no-reattach

0 comments on commit a7c0c36

Please sign in to comment.