diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-13 12:02:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:04:54 -0200 |
commit | 15b9becc68793209a2afd6c580bf71a71fee90a6 (patch) | |
tree | 52fd07ad7a4f564db3bebe43918a9661593b6695 /drivers/media/video/em28xx/em28xx-cards.c | |
parent | ec16dae5453eafd1586f35c4ec1ef854e5a808e0 (diff) | |
download | kernel-crypto-15b9becc68793209a2afd6c580bf71a71fee90a6.tar.gz kernel-crypto-15b9becc68793209a2afd6c580bf71a71fee90a6.tar.xz kernel-crypto-15b9becc68793209a2afd6c580bf71a71fee90a6.zip |
V4L/DVB (7020): Add USB ID for a newer variant of Hauppauge WinTV USB2
Thanks to Jeroen Janssen <Jeroen.Janssen@vub.ac.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 5ffdbaab3ad..fe0ee451847 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c @@ -419,6 +419,8 @@ struct usb_device_id em28xx_id_table [] = { .driver_info = EM2820_BOARD_PINNACLE_USB_2 }, { USB_DEVICE(0x2040, 0x4200), .driver_info = EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 }, + { USB_DEVICE(0x2040, 0x4201), + .driver_info = EM2820_BOARD_HAUPPAUGE_WINTV_USB_2 }, { USB_DEVICE(0x2304, 0x0207), .driver_info = EM2820_BOARD_PINNACLE_DVC_90 }, { USB_DEVICE(0x2304, 0x021a), |