aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/siano/sms-cards.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-06-26 03:58:30 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 06:23:20 -0400
commit02aea4fb640cdc4018e0a6d34e235eb63e4482d7 (patch)
treee357cba33f9c33374b2fd8ceed7bde1e13f6f680 /drivers/media/dvb/siano/sms-cards.h
parent2708e888c57904f78649dcd91dcda9768d580ecf (diff)
V4L/DVB (8301): sms1xxx: add capability to define device-specific firmware filenames
Add the capability to define device-specific firmware filenames for the SMS1150, with a mechanism to fall back to the generic firmware if the device-specific firmware is not present. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/siano/sms-cards.h')
-rw-r--r--drivers/media/dvb/siano/sms-cards.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/sms-cards.h b/drivers/media/dvb/siano/sms-cards.h
index 7ba3df63dffe..9e93f0b5b231 100644
--- a/drivers/media/dvb/siano/sms-cards.h
+++ b/drivers/media/dvb/siano/sms-cards.h
@@ -31,8 +31,8 @@
31#define SMS1XXX_BOARD_SIANO_VEGA 5 31#define SMS1XXX_BOARD_SIANO_VEGA 5
32 32
33struct sms_board { 33struct sms_board {
34 char *name;
35 enum sms_device_type_st type; 34 enum sms_device_type_st type;
35 char *name, *fw[DEVICE_MODE_MAX];
36}; 36};
37 37
38struct sms_board *sms_get_board(int id); 38struct sms_board *sms_get_board(int id);