Hi!

When trying to use a Hauppauge Nova-T Stick on a big-endian architecture
(such as powerpc) no frontend can be attached.

The attached patch fixes this problem by removing two lines in
dib0700_ctrl_rd() that try to correct the endianess on two values that
already are correct:
-    /* think about swapping here */
-    value = le16_to_cpu(value);
-    index = le16_to_cpu(index);

With this simple patch this dvb hardware works great, thanks to anyone
involved for the good work. :)

Signed-off-by: Dennis Ranke <[EMAIL PROTECTED]>


Hi to everyone, I tried to use this patch but it doesn't work. as anyone an
idea how to make dib7000 work under 2.6.20?

Thanks.

Renzo
_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to