- Added missing IEEE 1284 ID for HP Photosmart 380 (bug #241352).

This commit is contained in:
Tim Waugh 2007-06-14 11:21:09 +00:00
parent 0447b507e6
commit be98efde07
2 changed files with 25 additions and 0 deletions

17
foomatic-ieee1284.patch Normal file
View File

@ -0,0 +1,17 @@
--- foomatic-db-20070614/db/source/printer/HP-PhotoSmart_380.xml.ieee1284 2007-06-14 11:55:00.000000000 +0100
+++ foomatic-db-20070614/db/source/printer/HP-PhotoSmart_380.xml 2007-06-14 11:55:13.000000000 +0100
@@ -24,7 +24,13 @@
</text>
</lang>
<autodetect>
- <!--no known parport probe information--></autodetect>
+ <usb>
+ <manufacturer>HP</manufacturer>
+ <model>Photosmart 380 series_BT</model>
+ <description>385</description>
+ <commandset>PCL,DW-PCL,DESKJET,DYN</commandset>
+ </usb>
+ </autodetect>
<functionality>A</functionality>
<driver>hpijs</driver>
<!--verified--><!--no "contrib_url"-->

View File

@ -40,6 +40,9 @@ Patch14: foomatic-ampathxml.patch
# Handle non-UTF-8 encodings in imported PPD files.
Patch15: foomatic-bad-utf8.patch
# Missing IEEE 1284 IDs.
Patch16: foomatic-ieee1284.patch
Url: http://www.linuxprinting.org
BuildRequires: perl >= 3:5.8.1
BuildRequires: libxml2-devel
@ -102,6 +105,8 @@ popd
pushd foomatic-db-%{dbver}
%patch7 -p1 -b .ppdload-ppd
%patch16 -p1 -b .ieee1284
cd db/source
# For gutenprint printers, use gutenprint-ijs-simplified.5.0.
@ -246,6 +251,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%changelog
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com>
- Added missing IEEE 1284 ID for HP Photosmart 380 (bug #241352).
* Thu Jun 14 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-48
- Updated db to 3.0-20070614.
- Updated db-engine to 3.0-20070614.