diff --git a/gutenprint-device-ids.patch b/gutenprint-device-ids.patch
new file mode 100644
index 0000000..6fe4677
--- /dev/null
+++ b/gutenprint-device-ids.patch
@@ -0,0 +1,12 @@
+diff -up gutenprint-5.2.5/src/xml/printers.xml.device-ids gutenprint-5.2.5/src/xml/printers.xml
+--- gutenprint-5.2.5/src/xml/printers.xml.device-ids 2010-03-08 22:55:11.321987706 +0000
++++ gutenprint-5.2.5/src/xml/printers.xml 2010-03-08 22:56:51.669987148 +0000
+@@ -436,7 +436,7 @@
+
+
+
+-
++
+
+
+
diff --git a/gutenprint.spec b/gutenprint.spec
index 30b5976..4a15393 100644
--- a/gutenprint.spec
+++ b/gutenprint.spec
@@ -4,7 +4,7 @@
Name: gutenprint
Summary: Printer Drivers Package
Version: 5.2.5
-Release: 4%{?dist}
+Release: 5%{?dist}
Group: System Environment/Base
URL: http://gimp-print.sourceforge.net/
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
@@ -17,6 +17,7 @@ Patch1: gutenprint-O6.patch
Patch2: gutenprint-selinux.patch
Patch3: gutenprint-brother-hl-2040.patch
Patch4: gutenprint-postscriptdriver.patch
+Patch5: gutenprint-device-ids.patch
License: GPLv2+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10
@@ -153,6 +154,8 @@ Epson, HP and compatible printers.
%patch3 -p1 -b .brother-hl-2040
# Allow the CUPS dynamic driver to run inside a build root.
%patch4 -p1 -b .postscriptdriver
+# Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).
+%patch5 -p1 -b .device-ids
cp %{SOURCE2} src/cups/cups-genppdupdate.in
@@ -281,6 +284,9 @@ fi
/bin/rm -f /var/cache/foomatic/*
%changelog
+* Mon Mar 8 2010 Tim Waugh 5.2.5-5
+- Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).
+
* Tue Mar 2 2010 Tim Waugh 5.2.5-4
- Better defattr use in file manifests.
- Fixed mixed spaces and tabs.