From 0020200822f49f18e64a80a90b7cc7b46c1bf336 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Nov 03 2010 17:01:06 +0000 Subject: xerox_mfp: add USB id for SCX-4500W (#614948) --- diff --git a/sane-backends-1.0.21-SCX4500W.patch b/sane-backends-1.0.21-SCX4500W.patch new file mode 100644 index 0000000..165ef81 --- /dev/null +++ b/sane-backends-1.0.21-SCX4500W.patch @@ -0,0 +1,34 @@ +From 0643804b4e76c0047df1d61ebee1adfe4696d9d4 Mon Sep 17 00:00:00 2001 +From: Nils Philippsen +Date: Wed, 3 Nov 2010 17:54:24 +0100 +Subject: [PATCH] patch: SCX4500W + +Squashed commit of the following: + +commit d3d53225c2a5ee271141bd058e628ffa66d0c065 +Author: Nils Philippsen +Date: Wed Nov 3 17:53:32 2010 +0100 + + add USB id for SCX-4500W +--- + doc/descriptions/xerox_mfp.desc | 4 ++++ + 1 files changed, 4 insertions(+), 0 deletions(-) + +diff --git a/doc/descriptions/xerox_mfp.desc b/doc/descriptions/xerox_mfp.desc +index 406510f..6b8aa5f 100644 +--- a/doc/descriptions/xerox_mfp.desc ++++ b/doc/descriptions/xerox_mfp.desc +@@ -48,6 +48,10 @@ + :usbid "0x04e8" "0x3426" + :status :good + ++:model "SCX-4500W" ++:interface "USB" ++:usbid "0x04e8" "0x342b" ++ + :model "CLX-3170fn" + :interface "USB" + :usbid "0x04e8" "0x342a" +-- +1.7.3.2 + diff --git a/sane-backends.spec b/sane-backends.spec index 738d78b..3fd355c 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -19,6 +19,7 @@ Patch5: sane-backends-1.0.21-epson-expression800.patch Patch6: sane-backends-1.0.20-lockdir.patch Patch7: sane-backends-1.0.21-docs-utf8.patch Patch8: sane-backends-1.0.21-xerox-mfp-color-mode.patch +Patch9: sane-backends-1.0.21-SCX4500W.patch # may need rebuilding if one of the above changes: Patch100: sane-backends-1.0.21-automake.patch URL: http://www.sane-project.org @@ -89,6 +90,7 @@ want to access digital cameras. %patch6 -p1 -b .lockdir %patch7 -p1 -b .docs-utf8 %patch8 -p1 -b .xerox-mfp-color-mode +%patch9 -p1 -b .SCX4500W %patch100 -p1 -b .automake @@ -167,6 +169,7 @@ rm -rf %{buildroot} %changelog * Wed Nov 03 2010 Nils Philippsen - xerox_mfp: correct color mode malfunction (#614949) +- xerox_mfp: add USB id for SCX-4500W (#614948) * Fri Jun 25 2010 Nils Philippsen - 1.0.21-3 - build with -fno-strict-aliasing