From e46a6d22dfefaa4c57098a90fa61498f18a64b8e Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 24 Oct 2009 20:19:20 -0300 Subject: [PATCH] --- yaml --- r: 173961 b: refs/heads/master c: 603c0d80b4ff59487af33477e2ac7be113538161 h: refs/heads/master i: 173959: 1c24ed80138b038b01f75fe833a4cead5742fa81 v: v3 --- [refs] | 2 +- trunk/Documentation/DocBook/dvb/dvbapi.xml | 2 +- trunk/Documentation/DocBook/dvb/frontend.xml | 41 ++++++++++++++++++++ 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9971777e4e48..96bab8c0b83b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0964a770a2e180340fa6ab807c60ee970bb120b +refs/heads/master: 603c0d80b4ff59487af33477e2ac7be113538161 diff --git a/trunk/Documentation/DocBook/dvb/dvbapi.xml b/trunk/Documentation/DocBook/dvb/dvbapi.xml index fc1a237bba39..63c528fee624 100644 --- a/trunk/Documentation/DocBook/dvb/dvbapi.xml +++ b/trunk/Documentation/DocBook/dvb/dvbapi.xml @@ -34,7 +34,7 @@ 2009-10-25 mcc - documents FE_SET_FRONTEND_TUNE_MODE ioctl + documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls. diff --git a/trunk/Documentation/DocBook/dvb/frontend.xml b/trunk/Documentation/DocBook/dvb/frontend.xml index 21617c20fc43..958cbfa2553c 100644 --- a/trunk/Documentation/DocBook/dvb/frontend.xml +++ b/trunk/Documentation/DocBook/dvb/frontend.xml @@ -1799,7 +1799,48 @@ FE_TUNE_MODE_ONESHOT When set, this flag will disable any zigzagging or other "n EINVAL Invalid argument. + + +
+ FE_DISHNETWORK_SEND_LEGACY_CMD +DESCRIPTION + + +WARNING: This is a very obscure legacy command, used only at stv0299 driver. Should not be used on newer drivers. +It provides a non-standard method for selecting Diseqc voltage on the frontend, for Dish Network legacy switches. +As support for this ioctl were added in 2004, this means that such dishes were already legacy in 2004. + + + +SYNOPSIS + + +int ioctl(int fd, int request = + FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd); + + + +PARAMETERS + + + unsigned long cmd + + + +sends the specified raw cmd to the dish via DISEqC. + + + + +ERRORS + + + There are no errors in use for this call + +
+ + &sub-isdbt;