Re: parport_serial and NetMos 9835
Russell Shaw <rjshaw <at> netspace.net.au>
2005-02-05 10:57:56 GMT
Michael Reinelt wrote:
> 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
>
>
> ------------------------------------------------------------------------
>
> --- parport_pc.c.orig 2005-01-02 13:49:32.000000000 +0100
> +++ parport_pc.c 2005-01-02 13:51:08.000000000 +0100
> <at> <at> -2735,3 +2735,3 <at> <at>
> netmos_9735,
> - netmos_9835,
> + /*netmos_9835,*/
> netmos_9755,
> <at> <at> -2812,3 +2812,3 <at> <at>
> /* netmos_9735 */ { 1, { { 2, 3 }, } }, /* untested */
> - /* netmos_9835 */ { 1, { { 2, 3 }, } }, /* untested */
> + /* netmos_9835 */ /* { 1, { { 2, 3 }, } }, */ /* untested */
(Continue reading)