]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add USB quirk for HP LaserJet 1160 (Issue #1160)
authorMichael Sweet <michael.r.sweet@gmail.com>
Mon, 25 Sep 2017 14:19:17 +0000 (10:19 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Mon, 25 Sep 2017 14:19:17 +0000 (10:19 -0400)
CHANGES.md
backend/org.cups.usb-quirks
xcode/CUPS.xcodeproj/project.pbxproj

index 5b1fd2cadb432081102e2bdf8b92b3df4837633b..72038fc149eb9ef201b4f63018ceccfefe56cccc 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES - 2.2.5 - 2017-08-31
+CHANGES - 2.2.5 - 2017-09-25
 ============================
 
 CHANGES IN CUPS V2.2.5
@@ -43,6 +43,7 @@ CHANGES IN CUPS V2.2.5
 - Re-documented the limits of `file:///...` device URIs and moved the FileDevice
   directive in `cups-files.conf` to the list of deprecated configuration
   directives (Issue #5117)
+- Added USB quirk rule for HP LaserJet 1160 printer (Issue #5121)
 - `httpAddrConnect` leaked sockets in certain circumstances, causing some
   printers to hang (rdar://31965686)
 - Fixed an issue with Chinese localizations on macOS (rdar://32419311)
index 6df86711658388d2c7d66eb0fc5e741e4085ee02..fe3f6220029f27948336a640de1d27b76ab77078 100644 (file)
 
 # Lexmark E260dn (Issue #4994)
 0x043d 0x0123 no-reattach
+
+# HP LaserJet 1160 (Issue #5121)
+0x03f0 0x1e17 delay-close
index 2e9d39bb6a7550129d7dc1a06a01bf6def48c681..1f96704c7db5258facdd4e9ebb9cf0e680b6ad34 100644 (file)
                72E65BD918DC850A00097E89 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; name = Makefile; path = ../Makefile; sourceTree = "<group>"; };
                72E65BDC18DC852700097E89 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; name = Makefile; path = ../scheduler/Makefile; sourceTree = SOURCE_ROOT; };
                72E65BDD18DCA35700097E89 /* CHANGES-1.7.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = "CHANGES-1.7.txt"; path = "../CHANGES-1.7.txt"; sourceTree = "<group>"; };
-               72E65BDE18DCA35700097E89 /* CHANGES.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGES.md; path = ../CHANGES.md; sourceTree = "<group>"; };
+               72E65BDE18DCA35700097E89 /* CHANGES.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGES.md; path = ../CHANGES.md; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = "<none>"; };
                72E65BDF18DCA35700097E89 /* CREDITS.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CREDITS.md; path = ../CREDITS.md; sourceTree = "<group>"; };
                72E65BE018DCA35700097E89 /* INSTALL.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = INSTALL.md; path = ../INSTALL.md; sourceTree = "<group>"; };
                72E65BE218DCA35700097E89 /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = LICENSE.txt; path = ../LICENSE.txt; sourceTree = "<group>"; };