From 2d0cd7f55c9544c386eed11a1661da44b4db2ee9 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Thu, 8 May 2003 13:50:13 +0000 Subject: - added SEC_VOLTAGE_OFF to the API - implemented SEC_VOLTAGE_OFF for stv0299 and alps_bsrv2 --- linux/include/linux/dvb/frontend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/include') 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; -- cgit v1.2.3