WIP FPC-III support
[linux/fpc-iii.git] / Documentation / userspace-api / media / dvb / fe-dishnetwork-send-legacy-cmd.rst
blobd1dba74c55a929e9c7ba44885c2b7364f1d18c26
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.fe
4 .. _FE_DISHNETWORK_SEND_LEGACY_CMD:
6 ******************************
7 FE_DISHNETWORK_SEND_LEGACY_CMD
8 ******************************
10 Name
11 ====
13 FE_DISHNETWORK_SEND_LEGACY_CMD
15 Synopsis
16 ========
18 .. c:macro:: FE_DISHNETWORK_SEND_LEGACY_CMD
20 ``int ioctl(int fd, FE_DISHNETWORK_SEND_LEGACY_CMD, unsigned long cmd)``
22 Arguments
23 =========
25 ``fd``
26     File descriptor returned by :c:func:`open()`.
28 ``cmd``
29     Sends the specified raw cmd to the dish via DISEqC.
31 Description
32 ===========
34 .. warning::
35    This is a very obscure legacy command, used only at stv0299
36    driver. Should not be used on newer drivers.
38 It provides a non-standard method for selecting Diseqc voltage on the
39 frontend, for Dish Network legacy switches.
41 As support for this ioctl were added in 2004, this means that such
42 dishes were already legacy in 2004.
44 Return Value
45 ============
47 On success 0 is returned.
49 On error -1 is returned, and the ``errno`` variable is set
50 appropriately.
52 Generic error codes are described at the
53 :ref:`Generic Error Codes <gen-errors>` chapter.