[vuduo2] remove checkvfd for firmwareupgrade from MACHINE_FEATURE.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / satipclient / satipclient / satip_fix_vtuner_def.patch
1 diff --git a/vtuner.h b/vtuner.h
2 index dcc94f8..cac8baf 100644
3 --- a/vtuner.h
4 +++ b/vtuner.h
5 @@ -78,13 +78,13 @@ struct vtuner_message {
6         } body;
7  };
8  
9 -#define VTUNER_GET_MESSAGE  1
10 -#define VTUNER_SET_RESPONSE 2
11 -#define VTUNER_SET_NAME     3
12 -#define VTUNER_SET_TYPE     4
13 -#define VTUNER_SET_HAS_OUTPUTS 5
14 -#define VTUNER_SET_FE_INFO  6
15 -#define VTUNER_SET_DELSYS   7
16 +#define VTUNER_GET_MESSAGE  11
17 +#define VTUNER_SET_RESPONSE 12
18 +#define VTUNER_SET_NAME     13
19 +#define VTUNER_SET_TYPE     14
20 +#define VTUNER_SET_HAS_OUTPUTS 15
21 +#define VTUNER_SET_FE_INFO  16
22 +#define VTUNER_SET_DELSYS   17
23  
24  
25  class satipVtuner
26 @@ -111,4 +111,4 @@ public:
27         bool isOpened() { return m_openok; }
28  };
29  
30 -#endif // __VTUNER_H__
31 \ No newline at end of file
32 +#endif // __VTUNER_H__