diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-02-10 20:00:06 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:44 -0400 |
commit | 7aa0eabde08259c47586df934921c67cff36e7dc (patch) | |
tree | 2a0f1f2bb28198699cb26e2565f0b5764ec48849 | |
parent | 22cff7b381eca256d2afb460b3b9815f83810011 (diff) |
V4L/DVB (10524): em28xx: Add DVC 101 model to Pinnacle Dazzle description
Added DVC 101 model to Pinnacle Dazzle description
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | Documentation/video4linux/CARDLIST.em28xx | 2 | ||||
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/video4linux/CARDLIST.em28xx b/Documentation/video4linux/CARDLIST.em28xx index b336dcab139c..69601089f0a5 100644 --- a/Documentation/video4linux/CARDLIST.em28xx +++ b/Documentation/video4linux/CARDLIST.em28xx | |||
@@ -7,7 +7,7 @@ | |||
7 | 6 -> Terratec Cinergy 200 USB (em2800) | 7 | 6 -> Terratec Cinergy 200 USB (em2800) |
8 | 7 -> Leadtek Winfast USB II (em2800) [0413:6023] | 8 | 7 -> Leadtek Winfast USB II (em2800) [0413:6023] |
9 | 8 -> Kworld USB2800 (em2800) | 9 | 8 -> Kworld USB2800 (em2800) |
10 | 9 -> Pinnacle Dazzle DVC 90/DVC 100 (em2820/em2840) [2304:0207,2304:021a] | 10 | 9 -> Pinnacle Dazzle DVC 90/DVC 100/DVC 101 (em2820/em2840) [2304:0207,2304:021a] |
11 | 10 -> Hauppauge WinTV HVR 900 (em2880) [2040:6500] | 11 | 10 -> Hauppauge WinTV HVR 900 (em2880) [2040:6500] |
12 | 11 -> Terratec Hybrid XS (em2880) [0ccd:0042] | 12 | 11 -> Terratec Hybrid XS (em2880) [0ccd:0042] |
13 | 12 -> Kworld PVR TV 2800 RF (em2820/em2840) | 13 | 12 -> Kworld PVR TV 2800 RF (em2820/em2840) |
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 1f38e35355ce..89a8f2657b13 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -916,7 +916,7 @@ struct em28xx_board em28xx_boards[] = { | |||
916 | } }, | 916 | } }, |
917 | }, | 917 | }, |
918 | [EM2820_BOARD_PINNACLE_DVC_90] = { | 918 | [EM2820_BOARD_PINNACLE_DVC_90] = { |
919 | .name = "Pinnacle Dazzle DVC 90/DVC 100", | 919 | .name = "Pinnacle Dazzle DVC 90/DVC 100/DVC 101", |
920 | .tuner_type = TUNER_ABSENT, /* capture only board */ | 920 | .tuner_type = TUNER_ABSENT, /* capture only board */ |
921 | .decoder = EM28XX_SAA711X, | 921 | .decoder = EM28XX_SAA711X, |
922 | .input = { { | 922 | .input = { { |