summaryrefslogtreecommitdiff
path: root/prnt/hpijs/djgenericvip.h
diff options
context:
space:
mode:
Diffstat (limited to 'prnt/hpijs/djgenericvip.h')
-rw-r--r--prnt/hpijs/djgenericvip.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/prnt/hpijs/djgenericvip.h b/prnt/hpijs/djgenericvip.h
index d1bf24159..5ce083440 100644
--- a/prnt/hpijs/djgenericvip.h
+++ b/prnt/hpijs/djgenericvip.h
@@ -159,6 +159,8 @@ public:
"Deskjet F42\0"
"Deskjet F44\0"
"Deskjet F45\0"
+ "Deskjet 2050 J510\0"
+ "Deskjet 1050 J410\0"
"Business Inkjet 1000\0"
"hp business inkjet 1100\0"
"HP Business Inkjet 1200\0"
@@ -193,6 +195,9 @@ public:
"PSC 2350\0"
"psc 2400\0"
"psc 2500\0"
+ "Officejet 4400 K410\0"
+ "Officejet 4500 All-in-One Printer - K710\0"
+ "Officejet 4500 G510\0"
"Officejet 6000 E609\0"
"Officejet 6500 E709\0"
"Officejet 7000 E809\0"
@@ -263,7 +268,10 @@ public:
"Photosmart D73\0"
"Photosmart D74\0"
"Photosmart D73\0"
+ "Photosmart D110\0"
"Photosmart Wireless B109\0"
+ "Photosmart B010\0"
+ "Photosmart B110\0"
) {m_iPrinterType = eDJGenericVIP;}
inline Printer* CreatePrinter(SystemServices* pSS) const { return new DJGenericVIP(pSS); }
inline PRINTER_TYPE GetPrinterType() const { return eDJGenericVIP;}