The patch number 11139 was added via Devin Heitmueller 
<dheitmuel...@linuxtv.org>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Devin Heitmueller  <dheitmuel...@linuxtv.org>
em28xx: add remote control definition for HVR-900 (both versions)


The HVR-900 did not have a remote control defined, so it would not work.  Add
the line for both versions of the product.

Thanks to Jens-Michael Hoffmann (#linuxtv user "jmho") for pointing out the
issue and testing the patch.

Priority: normal

Signed-off-by: Devin Heitmueller <dheitmuel...@linuxtv.org>


---

 linux/drivers/media/video/em28xx/em28xx-cards.c |    2 ++
 1 file changed, 2 insertions(+)

diff -r 023767019ad8 -r afc1cfc69049 
linux/drivers/media/video/em28xx/em28xx-cards.c
--- a/linux/drivers/media/video/em28xx/em28xx-cards.c   Mon Mar 23 12:35:03 
2009 -0300
+++ b/linux/drivers/media/video/em28xx/em28xx-cards.c   Sun Mar 22 21:58:46 
2009 -0400
@@ -652,6 +652,7 @@ struct em28xx_board em28xx_boards[] = {
                .mts_firmware = 1,
                .has_dvb      = 1,
                .dvb_gpio     = hauppauge_wintv_hvr_900_digital,
+               .ir_codes     = ir_codes_hauppauge_new,
                .decoder      = EM28XX_TVP5150,
                .input        = { {
                        .type     = EM28XX_VMUX_TELEVISION,
@@ -676,6 +677,7 @@ struct em28xx_board em28xx_boards[] = {
                .tuner_type   = TUNER_XC2028,
                .tuner_gpio   = default_tuner_gpio,
                .mts_firmware = 1,
+               .ir_codes     = ir_codes_hauppauge_new,
                .decoder      = EM28XX_TVP5150,
 #if 0 /* FIXME: add an entry at em28xx-dvb */
                .has_dvb      = 1,


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/afc1cfc6904973afca4dfa31c72af6347689b479

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to