diff --git a/Documentation/DocBook/dvb/dvbapi.xml b/Documentation/DocBook/dvb/dvbapi.xml
index fc1a237bba397a5b6c5622d24d0f91eef8129c01..63c528fee624a3f17fecd204f6212a1302a859c0 100644
--- a/Documentation/DocBook/dvb/dvbapi.xml
+++ b/Documentation/DocBook/dvb/dvbapi.xml
@@ -34,7 +34,7 @@
2009-10-25mcc
- documents FE_SET_FRONTEND_TUNE_MODE ioctl
+ documents FE_SET_FRONTEND_TUNE_MODE and FE_DISHETWORK_SEND_LEGACY_CMD ioctls.
diff --git a/Documentation/DocBook/dvb/frontend.xml b/Documentation/DocBook/dvb/frontend.xml
index 21617c20fc4301a4656fa85e89777222057dc9c6..958cbfa2553c13ec87299164cf86cd039d279bf4 100644
--- a/Documentation/DocBook/dvb/frontend.xml
+++ b/Documentation/DocBook/dvb/frontend.xml
@@ -1799,7 +1799,48 @@ FE_TUNE_MODE_ONESHOT When set, this flag will disable any zigzagging or other "n
EINVALInvalid 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;