[linux-dvb] Re: Patch: Add Kworld ATSC110 HDTV CARD Remote
Functionality
tomlohave at gmail.com
tomlohave at gmail.com
Tue Jan 2 06:51:34 CET 2007
Dwaine Garden a écrit :
> Been testing this patch for a couple of weeks. Functionality works great. A lot of people have been requesting
> this patch.
>
> Patch contents:
> - Add ir remote functionality for the Kworld ATSC110 HDTV tuner card.
>
> Signed-off-by: Dwaine P. Garden <DwaineGarden at rogers.com>
> diff -U 3 -H -d -r -N -- a/linux/drivers/media/video/ir-kbd-i2c.c b/linux/drivers/media/video/ir-kbd-i2c.c
> --- a/linux/drivers/media/video/ir-kbd-i2c.c 2007-01-01 03:10:56.000000000 -0500
> +++ b/linux/drivers/media/video/ir-kbd-i2c.c 2007-01-01 03:45:41.000000000 -0500
>
> @@ -470,7 +506,7 @@
> */
>
> static const int probe_bttv[] = { 0x1a, 0x18, 0x4b, 0x64, 0x30, -1};
> - static const int probe_saa7134[] = { 0x7a, 0x47, 0x71, -1 };
> + static const int probe_saa7134[] = { 0x7a, 0x47, 0x30, -1 };
> static const int probe_em28XX[] = { 0x30, 0x47, -1 };
> const int *probe = NULL;
> struct i2c_client c;
>
Hello,
Why did you remove the probe of 0x71 ?
This value is needed by the ir remote on hvr1110
regards,
Tom.
More information about the linux-dvb
mailing list