The patch number 8990 was added via Steven Toth <[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: Steven Toth <[EMAIL PROTECTED]> S2API: DVB-S/S2 voltage selection bug fix Thanks to Hans Werner for finding the problem. Priority: normal Signed-off-by: Steven Toth <[EMAIL PROTECTED]> --- linux/Documentation/video4linux/CARDLIST.cx88 | 1 + linux/drivers/media/dvb/dvb-core/dvb_frontend.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff -r 556465835d4b -r ffa9a0c644b3 linux/Documentation/video4linux/CARDLIST.cx88 --- a/linux/Documentation/video4linux/CARDLIST.cx88 Thu Sep 04 23:24:14 2008 +0300 +++ b/linux/Documentation/video4linux/CARDLIST.cx88 Mon Sep 08 11:07:06 2008 -0400 @@ -68,3 +68,4 @@ 67 -> Kworld PlusTV HD PCI 120 (ATSC 120) [17de:08c1] 68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [0070:6900,0070:6904,0070:6902] 69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2 [0070:6905,0070:6906] + 70 -> TeVii S460 DVB-S/S2 [D460:9022] diff -r 556465835d4b -r ffa9a0c644b3 linux/drivers/media/dvb/dvb-core/dvb_frontend.c --- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c Thu Sep 04 23:24:14 2008 +0300 +++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c Mon Sep 08 11:07:06 2008 -0400 @@ -1301,7 +1301,7 @@ int tv_property_process(struct dvb_front case TV_SET_VOLTAGE: fe->tv_property_cache.voltage = tvp->u.data; r = dvb_frontend_ioctl_legacy(inode, file, FE_SET_VOLTAGE, - &fe->tv_property_cache.voltage); + (void *)fe->tv_property_cache.voltage); break; case TV_GET_VOLTAGE: tvp->u.data = fe->tv_property_cache.voltage; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/ffa9a0c644b388d58682eeacec6e958e9088ea96 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits