aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/siano/sms-cards.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-06-26 04:58:30 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-20 07:23:20 -0300
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 7ba3df63dff..9e93f0b5b23 100644
--- a/drivers/media/dvb/siano/sms-cards.h
+++ b/drivers/media/dvb/siano/sms-cards.h
@@ -31,8 +31,8 @@
#define SMS1XXX_BOARD_SIANO_VEGA 5
struct sms_board {
- char *name;
enum sms_device_type_st type;
+ char *name, *fw[DEVICE_MODE_MAX];
};
struct sms_board *sms_get_board(int id);