aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Nelson <hnelson@hnelson.de>2011-12-23 21:15:32 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-06 08:22:25 -0500
commit6c3b906cc9f73144ceb4ebbb193bebc596063d38 (patch)
treee01107e0f596c6e9770e45fc8f06fc576f0a1d68
parent27351b139c4ee989d3e1c66dd8794c65d3ba2c38 (diff)
[media] em28xx: Add Terratec Cinergy HTC USB XS to em28xx-cards.c
This adds support for the Terratec Cinergy HTC USB XS which is similar to the Terratec H5 by adding the USB-ids to the table. According to http://linux.terratec.de it uses the same ICs and DVB-C works for me using the firmware of the H5. Signed-off-by: Holger Nelson <hnelson@hnelson.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 6cab22d0665..67b89733628 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1969,6 +1969,10 @@ struct usb_device_id em28xx_id_table[] = {
1969 .driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS }, 1969 .driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS },
1970 { USB_DEVICE(0x0ccd, 0x0043), 1970 { USB_DEVICE(0x0ccd, 0x0043),
1971 .driver_info = EM2870_BOARD_TERRATEC_XS }, 1971 .driver_info = EM2870_BOARD_TERRATEC_XS },
1972 { USB_DEVICE(0x0ccd, 0x008e), /* Cinergy HTC USB XS Rev. 1 */
1973 .driver_info = EM2884_BOARD_TERRATEC_H5 },
1974 { USB_DEVICE(0x0ccd, 0x00ac), /* Cinergy HTC USB XS Rev. 2 */
1975 .driver_info = EM2884_BOARD_TERRATEC_H5 },
1972 { USB_DEVICE(0x0ccd, 0x10a2), /* H5 Rev. 1 */ 1976 { USB_DEVICE(0x0ccd, 0x10a2), /* H5 Rev. 1 */
1973 .driver_info = EM2884_BOARD_TERRATEC_H5 }, 1977 .driver_info = EM2884_BOARD_TERRATEC_H5 },
1974 { USB_DEVICE(0x0ccd, 0x10ad), /* H5 Rev. 2 */ 1978 { USB_DEVICE(0x0ccd, 0x10ad), /* H5 Rev. 2 */