summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMichel Ludwig <michel.ludwig@gmail.com>2007-07-27 08:24:39 -0300
committerMichel Ludwig <michel.ludwig@gmail.com>2007-07-27 08:24:39 -0300
commit65de801c051f783e016e022cba03311ba64c524e (patch)
tree0f93579a6f21520600c3f0d7592394d681c8c5e8 /linux/drivers
parenta6fa3993d483af17447492726b0f670dd5f14e2b (diff)
downloadmediapointer-dvb-s2-65de801c051f783e016e022cba03311ba64c524e.tar.gz
mediapointer-dvb-s2-65de801c051f783e016e022cba03311ba64c524e.tar.bz2
Make the naming of the DTV firmware files more consistent.
From: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> --- linux/drivers/media/video/tuner-xc2028.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/video/tuner-xc2028.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tuner-xc2028.c b/linux/drivers/media/video/tuner-xc2028.c
index 722ab00be..153d023a5 100644
--- a/linux/drivers/media/video/tuner-xc2028.c
+++ b/linux/drivers/media/video/tuner-xc2028.c
@@ -36,8 +36,8 @@ static const char *firmware_INIT1 = "tm_xc3028_68M_MTS_init1.fw";
/* Standard-specific firmwares */
static const char *firmware_6M = "tm_xc3028_DTV_6M.fw";
-static const char *firmware_7M = "tm_xc3028_7M.fw";
-static const char *firmware_8M = "tm_xc3028_8M.fw";
+static const char *firmware_7M = "tm_xc3028_DTV_7M.fw";
+static const char *firmware_8M = "tm_xc3028_DTV_8M.fw";
static const char *firmware_B = "tm_xc3028_B_PAL.fw";
static const char *firmware_DK = "tm_xc3028_DK_PAL_MTS.fw";
static const char *firmware_MN = "tm_xc3028_MN_BTSC.fw";