The patch number 9630 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]>
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:
        [EMAIL PROTECTED]

------

From: Mauro Carvalho Chehab  <[EMAIL PROTECTED]>
Some boards need to specify tuner address


Priority: normal

Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>


---

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

diff -r ed1b7332fd9b -r 0f7686e28ff5 
linux/drivers/media/video/em28xx/em28xx-cards.c
--- a/linux/drivers/media/video/em28xx/em28xx-cards.c   Sun Nov 16 09:03:53 
2008 -0200
+++ b/linux/drivers/media/video/em28xx/em28xx-cards.c   Sun Nov 16 09:05:06 
2008 -0200
@@ -1770,6 +1770,7 @@ void em28xx_card_setup(struct em28xx *de
        em28xx_set_model(dev);
 
        dev->tuner_type = em28xx_boards[dev->model].tuner_type;
+       dev->tuner_addr = em28xx_boards[dev->model].tuner_addr;
 
        /* request some modules */
        switch (dev->model) {
diff -r ed1b7332fd9b -r 0f7686e28ff5 linux/drivers/media/video/em28xx/em28xx.h
--- a/linux/drivers/media/video/em28xx/em28xx.h Sun Nov 16 09:03:53 2008 -0200
+++ b/linux/drivers/media/video/em28xx/em28xx.h Sun Nov 16 09:05:06 2008 -0200
@@ -286,6 +286,7 @@ struct em28xx_board {
        char *name;
        int vchannels;
        int tuner_type;
+       int tuner_addr;
 
        /* i2c flags */
        unsigned int tda9887_conf;


---

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

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

Reply via email to