Merge branch 'vuplus-1.6' of 192.168.102.66:/var/ikseong/repo/openembedded into test_0921
[vuplus_openembedded] / recipes / v4l-dvb / files / backport-d.patch
1 From b7f85bc0d54bcd7fd86168cfcd4e039249e20c3d Mon Sep 17 00:00:00 2001
2 From: Andreas Oberritter <obi@linuxtv.org>
3 Date: Mon, 8 Aug 2011 14:29:50 +0000
4 Subject: [PATCH 1/3] DVB: Add SYS_TURBO for north american turbo code FEC
5 Cc: user.vdr@gmail.com,
6     alannisota@gmail.com
7
8 - Allow to distinguish turbo code from DVB-S
9
10 Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
11 ---
12  Documentation/DocBook/media/dvb/dvbproperty.xml |    1 +
13  include/linux/dvb/frontend.h                    |    1 +
14  2 files changed, 2 insertions(+), 0 deletions(-)
15
16 diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
17 index 36a3ed6..1b1094c 100644
18 --- a/include/linux/dvb/frontend.h
19 +++ b/include/linux/dvb/frontend.h
20 @@ -349,6 +349,7 @@ typedef enum fe_delivery_system {
21         SYS_CMMB,
22         SYS_DAB,
23         SYS_DVBT2,
24 +       SYS_TURBO,
25  } fe_delivery_system_t;
26  
27  struct dtv_cmds_h {
28 diff --git a/include/linux/dvb/version.h b/include/linux/dvb/version.h
29 --- a/include/linux/dvb/version.h
30 +++ b/include/linux/dvb/version.h
31 @@ -24,6 +24,6 @@
32  #define _DVBVERSION_H_
33  
34  #define DVB_API_VERSION 5
35 -#define DVB_API_VERSION_MINOR 3
36 +#define DVB_API_VERSION_MINOR 4
37  
38  #endif /*_DVBVERSION_H_*/
39 -- 
40 1.7.2.5
41