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-25mcc
- 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
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;