summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2003-05-08 13:50:13 +0000
committerJohannes Stezenbach <devnull@localhost>2003-05-08 13:50:13 +0000
commit2d0cd7f55c9544c386eed11a1661da44b4db2ee9 (patch)
tree923ffcda23cab4119de29cecb3bb5ed2825198de /linux/include
parent67653274d53c65a9df4fa3da530c8d6c38544fc1 (diff)
downloadmediapointer-dvb-s2-2d0cd7f55c9544c386eed11a1661da44b4db2ee9.tar.gz
mediapointer-dvb-s2-2d0cd7f55c9544c386eed11a1661da44b4db2ee9.tar.bz2
- added SEC_VOLTAGE_OFF to the API
- implemented SEC_VOLTAGE_OFF for stv0299 and alps_bsrv2
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/dvb/frontend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h
index 3f6e61d93..3fa118e7a 100644
--- a/linux/include/linux/dvb/frontend.h
+++ b/linux/include/linux/dvb/frontend.h
@@ -99,7 +99,8 @@ struct dvb_diseqc_slave_reply {
typedef enum fe_sec_voltage {
SEC_VOLTAGE_13,
- SEC_VOLTAGE_18
+ SEC_VOLTAGE_18,
+ SEC_VOLTAGE_OFF
} fe_sec_voltage_t;