diff -r -N -u hpijs-1.2.2-rss.1/README.9XX hpijs-1.2.2-rss.2/README.9XX
--- hpijs-1.2.2-rss.1/README.9XX	Mon Oct 14 11:27:37 2002
+++ hpijs-1.2.2-rss.2/README.9XX	Mon Oct 14 11:19:22 2002
@@ -2,10 +2,10 @@
 I have left it in the patch because it is still the authoritive source 
 of the changes he has made. However, HP have changed the interface to 
 hpijs from  Ghostscript, so ignore section 3 of this document, and
-instead consult the (modified) hpijs_readme.html, or have a look at my 
-example HP-DeskJet_920C-hpijs-1.2.2.ppd file.
+instead consult the (modified) hpijs_readme.html, or have a look at 
+the "hpijs-rss" PPD files available at Linuxprinting.org.
 
-Richard Spencer-Smith. 30th August, 2002.
+Richard Spencer-Smith. 14th October, 2002.
 
 
 Preface
diff -r -N -u hpijs-1.2.2-rss.1/dj9xx.cpp hpijs-1.2.2-rss.2/dj9xx.cpp
--- hpijs-1.2.2-rss.1/dj9xx.cpp	Mon Oct 14 11:27:37 2002
+++ hpijs-1.2.2-rss.2/dj9xx.cpp	Mon Oct 14 11:15:28 2002
@@ -193,6 +193,9 @@
 
     BaseResX = BaseResY = 600;
     theQuality = qualityPresentation;
+#ifdef APDK_AUTODUPLEX
+    bDuplexCapable = TRUE;
+#endif
 
     // 2001.07.09 mrb: Added for presentation mode of DJ970
     ColorFEDTable = GetHT6x6x4_Pres_970();
@@ -228,6 +231,9 @@
     bFontCapable=FALSE;
     pmQuality   = QUALITY_HIGHRES_PHOTO;
     pmMediaType = MEDIA_PHOTO;
+#ifdef APDK_AUTODUPLEX
+    bDuplexCapable = FALSE;
+#endif
 }
 
 #ifdef APDK_AUTODUPLEX
diff -r -N -u hpijs-1.2.2-rss.1/hpijs_readme.html hpijs-1.2.2-rss.2/hpijs_readme.html
--- hpijs-1.2.2-rss.1/hpijs_readme.html	Mon Oct 14 11:27:37 2002
+++ hpijs-1.2.2-rss.2/hpijs_readme.html	Mon Oct 14 11:16:44 2002
@@ -583,6 +583,13 @@
 <H2><a name="Updates"></a>5 Updates</H2>
 <ul>
 <li>
+<b>HPIJS 1.2.2-rss.2</b> - This release has the following changes.
+<pre>
+   1. Fixed the problem where duplex wasn't working with the newly added modes (presentation and high res photo)
+	2. Removed the sample .ppd file, now that Linuxprinting.org has full support for this patch.
+</pre>
+<p>
+<li>
 <b>HPIJS 1.2.2-rss.1</b> - This release has the following changes.
 <pre>
    1. Applied Matthias Bunte's 0.97 patch to the current (1.2.2) version. Features include:
