13
13
#define _DVB_USB_DTT200U_H_
14
14
15
15
#define DVB_USB_LOG_PREFIX "dtt200u"
16
+
16
17
#include "dvb-usb.h"
17
18
18
19
extern int dvb_usb_dtt200u_debug ;
@@ -25,15 +26,15 @@ extern int dvb_usb_dtt200u_debug;
25
26
* 88 - locking 2 bytes (0x80 0x40 == no signal, 0x89 0x20 == nice signal)
26
27
*/
27
28
28
- #define GET_SPEED 0x00
29
- #define GET_TUNE_STATUS 0x81
30
- #define GET_RC_CODE 0x84
31
- #define GET_CONFIGURATION 0x88
32
- #define GET_AGC 0x89
33
- #define GET_SNR 0x8a
34
- #define GET_VIT_ERR_CNT 0x8c
35
- #define GET_RS_ERR_CNT 0x8d
36
- #define GET_RS_UNCOR_BLK_CNT 0x8e
29
+ #define GET_SPEED 0x00
30
+ #define GET_TUNE_STATUS 0x81
31
+ #define GET_RC_CODE 0x84
32
+ #define GET_CONFIGURATION 0x88
33
+ #define GET_AGC 0x89
34
+ #define GET_SNR 0x8a
35
+ #define GET_VIT_ERR_CNT 0x8c
36
+ #define GET_RS_ERR_CNT 0x8d
37
+ #define GET_RS_UNCOR_BLK_CNT 0x8e
37
38
38
39
/* write
39
40
* 01 - init
@@ -44,12 +45,12 @@ extern int dvb_usb_dtt200u_debug;
44
45
* 08 - transfer switch
45
46
*/
46
47
47
- #define SET_INIT 0x01
48
- #define SET_RF_FREQ 0x02
49
- #define SET_BANDWIDTH 0x03
50
- #define SET_PID_FILTER 0x04
51
- #define RESET_PID_FILTER 0x05
52
- #define SET_STREAMING 0x08
48
+ #define SET_INIT 0x01
49
+ #define SET_RF_FREQ 0x02
50
+ #define SET_BANDWIDTH 0x03
51
+ #define SET_PID_FILTER 0x04
52
+ #define RESET_PID_FILTER 0x05
53
+ #define SET_STREAMING 0x08
53
54
54
55
extern struct dvb_frontend * dtt200u_fe_attach (struct dvb_usb_device * d );
55
56
0 commit comments