aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/bt8xx/dst_common.h
diff options
context:
space:
mode:
authorJohannes Stezenbach <js@linuxtv.org>2005-05-16 21:54:43 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-17 07:59:34 -0700
commit8385e46fbf7c9b80008b915440f256ce88633eeb (patch)
tree65104379fb6cc747fe4d53a68380d88124666381 /drivers/media/dvb/bt8xx/dst_common.h
parent[PATCH] dvb: DST: add support for Twinhan 200103A (diff)
downloadlinux-dev-8385e46fbf7c9b80008b915440f256ce88633eeb.tar.xz
linux-dev-8385e46fbf7c9b80008b915440f256ce88633eeb.zip
[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 '')
-rw-r--r--drivers/media/dvb/bt8xx/dst_common.h6
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 @@
#define DST_TYPE_HAS_FW_1 8
#define DST_TYPE_HAS_FW_2 16
#define DST_TYPE_HAS_FW_3 32
-
+#define DST_TYPE_HAS_FW_BUILD 64
/* Card capability list */
@@ -117,8 +117,8 @@ struct dst_types {
char *device_id;
int offset;
u8 dst_type;
- u32 type_flags;
- u8 dst_feature;
+ u64 type_flags;
+ u64 dst_feature;
};