public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] NetMOS 9805 ParPort interface
@ 2004-08-05 11:43 Thomas Richter
  2004-08-05 22:42 ` Marcelo Tosatti
  2004-08-23 12:59 ` Marcelo Tosatti
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Richter @ 2004-08-05 11:43 UTC (permalink / raw)
  To: linux-kernel


Hi folks,

here's a tiny patch against parport/parport_pc.c for kernel 2.4.26.
It adds support for the NetMOS 9805 chip, used in several popular
parallel port extension cards available here in germany. The patch below
has been found working in a beige G3 Mac and a Canon BJC just fine.

--- parport_pc_old.c	Wed Jul 28 10:26:23 2004
+++ parport_pc.c	Wed Jul 28 10:28:16 2004
@@ -2692,6 +2692,7 @@
 	syba_2p_epp,
 	syba_1p_ecp,
 	titan_010l,
+	titan_1284p1,
 	titan_1284p2,
 	avlab_1p,
 	avlab_2p,
@@ -2759,6 +2760,7 @@
 	/* syba_2p_epp AP138B */	{ 2, { { 0, 0x078 }, { 0, 0x178 }, } },
 	/* syba_1p_ecp W83787 */	{ 1, { { 0, 0x078 }, } },
 	/* titan_010l */		{ 1, { { 3, -1 }, } },
+	/* titan_1284p1 */              { 1, { { 0, 1 }, } },
 	/* titan_1284p2 */		{ 2, { { 0, 1 }, { 2, 3 }, } },
 	/* avlab_1p		*/	{ 1, { { 0, 1}, } },
 	/* avlab_2p		*/	{ 2, { { 0, 1}, { 2, 3 },} },
@@ -2826,6 +2828,7 @@
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, syba_1p_ecp },
 	{ PCI_VENDOR_ID_TITAN, PCI_DEVICE_ID_TITAN_010L,
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, titan_010l },
+	{ 0x9710, 0x9805, 0x1000, 0x0010, 0, 0, titan_1284p1 },
 	{ 0x9710, 0x9815, 0x1000, 0x0020, 0, 0, titan_1284p2 },
 	/* PCI_VENDOR_ID_AVLAB/Intek21 has another bunch of cards ...*/
 	{ 0x14db, 0x2120, PCI_ANY_ID, PCI_ANY_ID, 0, 0, avlab_1p}, /* AFAVLAB_TK9902 */

The same patch should also apply to more modern kernels since it just adds
some PCI ids.

Similar patches for other NetMOS products might be easy since they're all
documented; I could add a couple of PCI Ids to the parport_pc - I just don't
have the hardware for testing.

So long,
	Thomas


^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <200408061641.SAA17413@cleopatra.math.tu-berlin.de>]

end of thread, other threads:[~2004-08-24 10:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-05 11:43 [PATCH] NetMOS 9805 ParPort interface Thomas Richter
2004-08-05 22:42 ` Marcelo Tosatti
2004-08-23 12:59 ` Marcelo Tosatti
2004-08-23 18:32   ` Andrew Morton
2004-08-24 10:52     ` Thomas Richter
     [not found] <200408061641.SAA17413@cleopatra.math.tu-berlin.de>
2004-08-06 16:42 ` Thomas Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox