diff options
author | Johannes Stezenbach <js@linuxtv.org> | 2005-05-17 00:54:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 10:59:34 -0400 |
commit | 8385e46fbf7c9b80008b915440f256ce88633eeb (patch) | |
tree | 65104379fb6cc747fe4d53a68380d88124666381 /drivers/media/dvb/bt8xx/dst_common.h | |
parent | e6ac699a4f991e84b4bcdc07d9dfa8e019cf6116 (diff) |
[PATCH] dvb: DST: fixed tuning problem
fixed a tuning problem for cards based on the old firmware (Steffen Motzer,
Manu Abraham)
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_common.h')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h index 10046d6292b7..e3b59f16c7af 100644 --- a/drivers/media/dvb/bt8xx/dst_common.h +++ b/drivers/media/dvb/bt8xx/dst_common.h | |||
@@ -46,7 +46,7 @@ | |||
46 | #define DST_TYPE_HAS_FW_1 8 | 46 | #define DST_TYPE_HAS_FW_1 8 |
47 | #define DST_TYPE_HAS_FW_2 16 | 47 | #define DST_TYPE_HAS_FW_2 16 |
48 | #define DST_TYPE_HAS_FW_3 32 | 48 | #define DST_TYPE_HAS_FW_3 32 |
49 | 49 | #define DST_TYPE_HAS_FW_BUILD 64 | |
50 | 50 | ||
51 | 51 | ||
52 | /* Card capability list */ | 52 | /* Card capability list */ |
@@ -117,8 +117,8 @@ struct dst_types { | |||
117 | char *device_id; | 117 | char *device_id; |
118 | int offset; | 118 | int offset; |
119 | u8 dst_type; | 119 | u8 dst_type; |
120 | u32 type_flags; | 120 | u64 type_flags; |
121 | u8 dst_feature; | 121 | u64 dst_feature; |
122 | }; | 122 | }; |
123 | 123 | ||
124 | 124 | ||