On Tue, Jan 20, 2009 at 2:05 PM, Luhrs, Arne F.E. <arne.luehrs@xxxxxx> wrote: > changeset: 10236:f49ac8245842 > tag: tip > user: Arne Luehrs <arne.luehrs@xxxxxxxxxxxxxx> > 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@xxxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxxx> > 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 -- Devin J. Heitmueller http://www.devinheitmueller.com AIM: devinheitmueller -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html