Skip to content

Commit

Permalink
V4L/DVB (8302): sms1xxx: fix Siano board names
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent 02aea4f commit cf1cfe1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
12 changes: 4 additions & 8 deletions drivers/media/dvb/siano/sms-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,20 @@ static struct sms_board sms_boards[] = {
[SMS_BOARD_UNKNOWN] = {
.name = "Unknown board",
},
[SMS1XXX_BOARD_SIANO_SMS1000] = {
.name = "Siano Digital Receiver",
.type = SMS_STELLAR,
},
[SMS1XXX_BOARD_SIANO_STELLAR] = {
.name = "Siano Stellar reference board",
.name = "Siano Stellar Digital Receiver",
.type = SMS_STELLAR,
},
[SMS1XXX_BOARD_SIANO_NOVA_A] = {
.name = "Siano Nova A reference board",
.name = "Siano Nova A Digital Receiver",
.type = SMS_NOVA_A0,
},
[SMS1XXX_BOARD_SIANO_NOVA_B] = {
.name = "Siano Nova B reference board",
.name = "Siano Nova B Digital Receiver",
.type = SMS_NOVA_B0,
},
[SMS1XXX_BOARD_SIANO_VEGA] = {
.name = "Siano Vega reference board",
.name = "Siano Vega Digital Receiver",
.type = SMS_VEGA,
},
};
Expand Down
9 changes: 4 additions & 5 deletions drivers/media/dvb/siano/sms-cards.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@
#include "smscoreapi.h"

#define SMS_BOARD_UNKNOWN 0
#define SMS1XXX_BOARD_SIANO_SMS1000 1
#define SMS1XXX_BOARD_SIANO_STELLAR 2
#define SMS1XXX_BOARD_SIANO_NOVA_A 3
#define SMS1XXX_BOARD_SIANO_NOVA_B 4
#define SMS1XXX_BOARD_SIANO_VEGA 5
#define SMS1XXX_BOARD_SIANO_STELLAR 1
#define SMS1XXX_BOARD_SIANO_NOVA_A 2
#define SMS1XXX_BOARD_SIANO_NOVA_B 3
#define SMS1XXX_BOARD_SIANO_VEGA 4

struct sms_board {
enum sms_device_type_st type;
Expand Down

0 comments on commit cf1cfe1

Please sign in to comment.