From: Dennis Ranke Date: Fri, 2 Mar 2007 09:27:28 +0000 (-0300) Subject: V4L/DVB (5373): [PATCH] Hauppauge Nova-T endianess problem on powerpc X-Git-Tag: v2.6.22-rc1~1118^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387e69adff3d441616b45002ff85c5b36001be9e;p=pandora-kernel.git V4L/DVB (5373): [PATCH] Hauppauge Nova-T endianess problem on powerpc 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 Signed-off-by: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed