[Linux-parport] parport_serial and NetMos 9835
Michael Reinelt
reinelt at eunet.at
Sat Feb 5 01:44:06 EST 2005
Hi there,
>> I commented out all the 9835 stuff in parport_pc, and now
>> everything works fine.
> I just got one of these cards and couldn't get it to work. Is there a
> patch for it yet?
this may provide a quick-and-dirty solution for Kernel 2.6.10 (works
here, but YMMV)
bye, Michael
--
Michael Reinelt <reinelt at eunet.at>
http://members.eunet.at/reinelt
GPG-Key 0xDF13BA50
ICQ #288386781
-------------- next part --------------
--- parport_pc.c.orig 2005-01-02 13:49:32.000000000 +0100
+++ parport_pc.c 2005-01-02 13:51:08.000000000 +0100
@@ -2735,3 +2735,3 @@
netmos_9735,
- netmos_9835,
+ /*netmos_9835,*/
netmos_9755,
@@ -2812,3 +2812,3 @@
/* netmos_9735 */ { 1, { { 2, 3 }, } }, /* untested */
- /* netmos_9835 */ { 1, { { 2, 3 }, } }, /* untested */
+ /* netmos_9835 */ /* { 1, { { 2, 3 }, } }, */ /* untested */
/* netmos_9755 */ { 2, { { 0, 1 }, { 2, 3 },} }, /* untested */
@@ -2895,4 +2895,6 @@
PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9735 },
+ /*
{ PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9835,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9835 },
+ */
{ PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9755,
More information about the Linux-parport
mailing list