diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-02-25 14:54:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:59 -0400 |
commit | 1f372a930c85270b4435b508b3e029021b1c5b62 (patch) | |
tree | 1264cf8fddb905404edafee277d59cb7d7c382cc | |
parent | 812c582390f2c6b81c0400d1286a7bce39d161d0 (diff) |
V4L/DVB (10740): em28xx-cards: Add SIIG AVTuner-PVR board
Added SIIG AVTuner-PVR to the right entry.
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 dafbd955ee1b..5707c6fbf89f 100644 --- a/Documentation/video4linux/CARDLIST.em28xx +++ b/Documentation/video4linux/CARDLIST.em28xx | |||
@@ -12,7 +12,7 @@ | |||
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) |
14 | 13 -> Terratec Prodigy XS (em2880) [0ccd:0047] | 14 | 13 -> Terratec Prodigy XS (em2880) [0ccd:0047] |
15 | 14 -> Pixelview Prolink PlayTV USB 2.0 (em2820/em2840) | 15 | 14 -> SIIG AVTuner-PVR / Pixelview Prolink PlayTV USB 2.0 (em2820/em2840) |
16 | 15 -> V-Gear PocketTV (em2800) | 16 | 15 -> V-Gear PocketTV (em2800) |
17 | 16 -> Hauppauge WinTV HVR 950 (em2883) [2040:6513,2040:6517,2040:651b] | 17 | 16 -> Hauppauge WinTV HVR 950 (em2883) [2040:6513,2040:6517,2040:651b] |
18 | 17 -> Pinnacle PCTV HD Pro Stick (em2880) [2304:0227] | 18 | 17 -> Pinnacle PCTV HD Pro Stick (em2880) [2304:0227] |
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index e263ab0f4ee4..226dc154aaf0 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -951,7 +951,7 @@ struct em28xx_board em28xx_boards[] = { | |||
951 | } }, | 951 | } }, |
952 | }, | 952 | }, |
953 | [EM2820_BOARD_PROLINK_PLAYTV_USB2] = { | 953 | [EM2820_BOARD_PROLINK_PLAYTV_USB2] = { |
954 | .name = "Pixelview Prolink PlayTV USB 2.0", | 954 | .name = "SIIG AVTuner-PVR / Pixelview Prolink PlayTV USB 2.0", |
955 | .has_snapshot_button = 1, | 955 | .has_snapshot_button = 1, |
956 | .tda9887_conf = TDA9887_PRESENT, | 956 | .tda9887_conf = TDA9887_PRESENT, |
957 | .tuner_type = TUNER_YMEC_TVF_5533MF, | 957 | .tuner_type = TUNER_YMEC_TVF_5533MF, |