diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2007-12-17 11:49:17 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:03:58 -0500 |
commit | aec2aef267203d9ac06ce3508682c0aa81a069dc (patch) | |
tree | 101145eb397bedd6b22fae6cc6c136b9a1732279 /drivers/media/video/em28xx | |
parent | 9e7e85ebaeba22979209268423f5aae8a352df4c (diff) |
V4L/DVB (em28xx): Add support for Pinnacle Dazzle DVC 100
The patch below adds the "Pinnacle Dazzle DVC 100" to the list of
cards supported by the em28xx driver. As the configuration is the same
as the DVC 90 one, it simply adds a new USB ID to the list of devices
supported by the DVC 90 configuration.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx')
-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 c4204c90fb01..e00de3286055 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -329,7 +329,7 @@ struct em28xx_board em28xx_boards[] = { | |||
329 | } }, | 329 | } }, |
330 | }, | 330 | }, |
331 | [EM2820_BOARD_PINNACLE_DVC_90] = { | 331 | [EM2820_BOARD_PINNACLE_DVC_90] = { |
332 | .name = "Pinnacle Dazzle DVC 90", | 332 | .name = "Pinnacle Dazzle DVC 90/DVC 100", |
333 | .vchannels = 3, | 333 | .vchannels = 3, |
334 | .has_tuner = 0, | 334 | .has_tuner = 0, |
335 | .decoder = EM28XX_SAA7113, | 335 | .decoder = EM28XX_SAA7113, |
@@ -416,6 +416,8 @@ struct usb_device_id em28xx_id_table [] = { | |||
416 | .driver_info = EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 }, | 416 | .driver_info = EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 }, |
417 | { USB_DEVICE(0x2304, 0x0207), | 417 | { USB_DEVICE(0x2304, 0x0207), |
418 | .driver_info = EM2820_BOARD_PINNACLE_DVC_90 }, | 418 | .driver_info = EM2820_BOARD_PINNACLE_DVC_90 }, |
419 | { USB_DEVICE(0x2304, 0x021a), | ||
420 | .driver_info = EM2820_BOARD_PINNACLE_DVC_90 }, | ||
419 | { USB_DEVICE(0x2040, 0x6500), | 421 | { USB_DEVICE(0x2040, 0x6500), |
420 | .driver_info = EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 }, | 422 | .driver_info = EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 }, |
421 | { USB_DEVICE(0x2040, 0x6513), | 423 | { USB_DEVICE(0x2040, 0x6513), |