The patch number 14805 was added via Douglas Schilling Landgraf 
<[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:
        Linux Media Mailing List <[email protected]>

------

From: Hans Verkuil  <[email protected]>
em28xx: g_tuner must set type field


The 'type' field was undefined but should be set to ANALOG_TV.

Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Douglas Schilling Landgraf <[email protected]>


---

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

diff -r 159b86300df4 -r 321b627f0ee2 
linux/drivers/media/video/em28xx/em28xx-video.c
--- a/linux/drivers/media/video/em28xx/em28xx-video.c   Wed May 12 15:27:34 
2010 -0300
+++ b/linux/drivers/media/video/em28xx/em28xx-video.c   Wed May 12 15:28:36 
2010 -0300
@@ -1535,6 +1535,7 @@
                return -EINVAL;
 
        strcpy(t->name, "Tuner");
+       t->type = V4L2_TUNER_ANALOG_TV;
 
        mutex_lock(&dev->lock);
        v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, g_tuner, t);


---

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

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to