diff mbox

Hauppauge WinTV-Nova-T 500 - problem wit internal IR receiver

Message ID 1A5872E54ACA7C40BE798507A106BB203ADEC6B4D8@GVW1163EXB.americas.hpqcorp.net (mailing list archive)
State Accepted
Headers show

Commit Message

Luhrs, Arne F.E. Jan. 20, 2009, 7:05 p.m. UTC
changeset:   10236:f49ac8245842
tag:         tip
user:        Arne Luehrs <arne.luehrs@googlemail.com>
date:        Wed Jan 14 23:01:07 2009 +0100
files:       linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
description:
[PATCH] enable IR receiver in Nova TD usb stick (52009)

From: Arne Luehrs <arne.luehrs@googlemail.com>

Adds the IR data structur to the configuration datastructure of the
Hauppauge WinTV Nova-TD USB stick (52009)

Provided remote control is the same as theone provided with the Nova-T500
Card.

Priority: normal


Signed-off-by: Arne Luehrs <arne.luehrs@googlemail.com>
                .num_adapters = 1, 

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Devin Heitmueller Jan. 20, 2009, 7:09 p.m. UTC | #1
On Tue, Jan 20, 2009 at 2:05 PM, Luhrs, Arne F.E. <arne.luehrs@hp.com> wrote:
> changeset:   10236:f49ac8245842
> tag:         tip
> user:        Arne Luehrs <arne.luehrs@googlemail.com>
> date:        Wed Jan 14 23:01:07 2009 +0100
> files:       linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
> description:
> [PATCH] enable IR receiver in Nova TD usb stick (52009)
>
> From: Arne Luehrs <arne.luehrs@googlemail.com>
>
> Adds the IR data structur to the configuration datastructure of the
> Hauppauge WinTV Nova-TD USB stick (52009)
>
> Provided remote control is the same as theone provided with the Nova-T500
> Card.
>
> Priority: normal
>
>
> Signed-off-by: Arne Luehrs <arne.luehrs@googlemail.com>
> diff -r 6896782d783d -r f49ac8245842 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
> --- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Wed Jan 14 10:06:12 2009 -0200
> +++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Wed Jan 14 23:01:07 2009 +0100
> @@ -1683,7 +1683,12 @@
>                                { &dib0700_usb_id_table[43], NULL },
>
>                                { NULL },
>                        }
> -               }
> +               },
> +
> +               .rc_interval      = DEFAULT_RC_INTERVAL,
> +               .rc_key_map       = dib0700_rc_keys,
> +               .rc_key_map_size  = ARRAY_SIZE(dib0700_rc_keys),
> +               .rc_query         = dib0700_rc_query
>        }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
>
>                .num_adapters = 1,

I haven't forgotten about this.  It's in a batch of five or six
patches I have queued up for Patrick Boettcher which I will hopefully
submit to him this week.

Devin
diff mbox

Patch

diff -r 6896782d783d -r f49ac8245842 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Wed Jan 14 10:06:12 2009 -0200
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Wed Jan 14 23:01:07 2009 +0100
@@ -1683,7 +1683,12 @@ 
                                { &dib0700_usb_id_table[43], NULL },

                                { NULL },
                        }
-               }
+               },
+
+               .rc_interval      = DEFAULT_RC_INTERVAL,
+               .rc_key_map       = dib0700_rc_keys,
+               .rc_key_map_size  = ARRAY_SIZE(dib0700_rc_keys),
+               .rc_query         = dib0700_rc_query
        }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,