Hi,

I am assuming this is the right list to post to.

I recently setup MythBuntu on my system with Hauppauge TD-500 - the
system worked except for the IR Remote Control - I tried using the
latest v4l-dvb from the Hg repo to no avail.

I had to make the following changes to dib0700_devices.c in order for
the remote to be recognised and appear as an event device (other
changes needed for MythBuntu itself can be found on my ubuntuforum
post here: http://ubuntuforums.org/showthread.php?p=6509202#post6509202)

r...@pvr:~/dvb/v4l-dvb# hg diff
diff -r f4d7d0b84940 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Jan 18
10:55:38 2009 +0000
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Wed Jan 21
19:41:36 2009 +0000
@@ -1683,7 +1683,13 @@
                                { &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

Regards,


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

Reply via email to