diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-02-25 14:55:48 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:00 -0400 |
commit | ac40d9e09825c62b77e8b11b3ed201f390550351 (patch) | |
tree | cd4b2297ac04568230df629b28edcd7ee8815cce /drivers/media/video/em28xx/em28xx-cards.c | |
parent | 1f372a930c85270b4435b508b3e029021b1c5b62 (diff) |
V4L/DVB (10741): em28xx: Add Kaiser Baas Video to DVD maker support
Added usb vendor/product id for Kaiser Baas Video to DVD maker.
Thanks to Trevor Campbell <tca42186@bigpond.net.au> for providing all data and tests needed to add this card to em28xx driver.
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 226dc154aaf0..f7c817765752 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -896,7 +896,7 @@ struct em28xx_board em28xx_boards[] = { | |||
896 | } }, | 896 | } }, |
897 | }, | 897 | }, |
898 | [EM2820_BOARD_PINNACLE_DVC_90] = { | 898 | [EM2820_BOARD_PINNACLE_DVC_90] = { |
899 | .name = "Pinnacle Dazzle DVC 90/DVC 100/DVC 101/DVC 107", | 899 | .name = "Pinnacle Dazzle DVC 90/100/101/107 / Kaiser Baas Video to DVD maker", |
900 | .tuner_type = TUNER_ABSENT, /* capture only board */ | 900 | .tuner_type = TUNER_ABSENT, /* capture only board */ |
901 | .decoder = EM28XX_SAA711X, | 901 | .decoder = EM28XX_SAA711X, |
902 | .input = { { | 902 | .input = { { |
@@ -1345,6 +1345,8 @@ struct usb_device_id em28xx_id_table[] = { | |||
1345 | .driver_info = EM2800_BOARD_GRABBEEX_USB2800 }, | 1345 | .driver_info = EM2800_BOARD_GRABBEEX_USB2800 }, |
1346 | { USB_DEVICE(0xeb1a, 0xe357), | 1346 | { USB_DEVICE(0xeb1a, 0xe357), |
1347 | .driver_info = EM2870_BOARD_KWORLD_355U }, | 1347 | .driver_info = EM2870_BOARD_KWORLD_355U }, |
1348 | { USB_DEVICE(0x1b80, 0xe302), | ||
1349 | .driver_info = EM2820_BOARD_PINNACLE_DVC_90 }, /* Kaiser Baas Video to DVD maker */ | ||
1348 | { USB_DEVICE(0x0ccd, 0x0036), | 1350 | { USB_DEVICE(0x0ccd, 0x0036), |
1349 | .driver_info = EM2820_BOARD_TERRATEC_CINERGY_250 }, | 1351 | .driver_info = EM2820_BOARD_TERRATEC_CINERGY_250 }, |
1350 | { USB_DEVICE(0x0ccd, 0x004c), | 1352 | { USB_DEVICE(0x0ccd, 0x004c), |