The patch number 10705 was added via Hans Verkuil <[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]>
zoran: use slider flag with volume etc. controls.


Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>


---

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

diff -r 06d02310ff68 -r 2a49d441af4e 
linux/drivers/media/video/zoran/zoran_driver.c
--- a/linux/drivers/media/video/zoran/zoran_driver.c    Wed Feb 18 17:20:05 
2009 +0100
+++ b/linux/drivers/media/video/zoran/zoran_driver.c    Wed Feb 18 17:23:24 
2009 +0100
@@ -3261,6 +3261,7 @@ static int zoran_queryctrl(struct file *
        ctrl->step = 1;
        ctrl->default_value = 32768;
        ctrl->type = V4L2_CTRL_TYPE_INTEGER;
+       ctrl->flags = V4L2_CTRL_FLAG_SLIDER;
 
        return 0;
 }


---

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

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

Reply via email to