diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2007-03-02 11:27:28 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2007-03-02 11:27:28 +0200 |
commit | ad944c387a5d1c2a38e15a3bd48e65c2e3800707 (patch) | |
tree | 2b220f1f731aee8811dd9559507280608228abf6 /linux/drivers/media/video/bw-qcam.h | |
parent | ac1184bbbcd250f3e7fb2c6845814b4647745ebf (diff) | |
download | mediapointer-dvb-s2-ad944c387a5d1c2a38e15a3bd48e65c2e3800707.tar.gz mediapointer-dvb-s2-ad944c387a5d1c2a38e15a3bd48e65c2e3800707.tar.bz2 |
[PATCH] Hauppauge Nova-T endianess problem on powerpc
From: Dennis Ranke <mail@exoticorn.de>
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 <mail@exoticorn.de>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/bw-qcam.h')
0 files changed, 0 insertions, 0 deletions