- Corrected IEEE 1284 Device ID for HP PSC 2400 (bug #583103).

This commit is contained in:
Tim Waugh 2010-04-16 17:27:33 +00:00
parent 250bd31a36
commit 3b6c38c8e3
2 changed files with 5 additions and 2 deletions

View File

@ -348,7 +348,7 @@ diff -up hplip-3.10.2/prnt/drv/hpcups.drv.in.deviceIDs-drv hplip-3.10.2/prnt/drv
Attribute "NickName" "" "HP PSC 2400 Series, $Version"
Attribute "ShortNickName" "" "HP PSC 2400 Series"
- Attribute "1284DeviceID" "" "MFG:HP;MDL:psc 2400 series;DES:psc 2400 series;"
+ Attribute "1284DeviceID" "" "MFG:Hewlett-Packard;MDL:PSC 2400 Series;DES:psc 2400 series;"
+ Attribute "1284DeviceID" "" "MFG:hp;MDL:psc 2400 series;"
PCFileName "hp-psc_2400_series.ppd"
Attribute "Product" "" "(HP PSC 2405 Photosmart All-in-one Printer)"
Attribute "Product" "" "(HP PSC 2410xi Photosmart All-in-one Printer)"

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 3.10.2
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv2+ and MIT
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -401,6 +401,9 @@ fi
%{_bindir}/hpcups-update-ppds &>/dev/null ||:
%changelog
* Fri Apr 16 2010 Tim Waugh <twaugh@redhat.com> - 3.10.2-11
- Corrected IEEE 1284 Device ID for HP PSC 2400 (bug #583103).
* Thu Apr 16 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.2-10
- Fixed black/blank lines in ljcolor hpcups output (bug #579461).
Work-around is to send entire blank raster lines instead of skipping them.