diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-06-26 04:58:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 07:23:20 -0300 |
commit | 02aea4fb640cdc4018e0a6d34e235eb63e4482d7 (patch) | |
tree | e357cba33f9c33374b2fd8ceed7bde1e13f6f680 /drivers/media/dvb/siano/sms-cards.h | |
parent | 2708e888c57904f78649dcd91dcda9768d580ecf (diff) | |
download | linux-02aea4fb640cdc4018e0a6d34e235eb63e4482d7.tar.gz linux-02aea4fb640cdc4018e0a6d34e235eb63e4482d7.tar.bz2 linux-02aea4fb640cdc4018e0a6d34e235eb63e4482d7.zip |
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.h | 2 |
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 @@ #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); |