aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/dvb-usb-ids.h
diff options
context:
space:
mode:
authorDirk Nehring <dnehring@gmx.net>2020-05-11 10:29:53 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-05-25 09:09:39 +0200
commit528b1a1ab244d9fc130f8f3899b79cea8bd760dc (patch)
tree27ffb59f0a4df5264abcdfbfe87e9092e18906ca /include/media/dvb-usb-ids.h
parentmedia: dvbdev: Fix tuner->demod media controller link (diff)
downloadwireguard-linux-528b1a1ab244d9fc130f8f3899b79cea8bd760dc.tar.xz
wireguard-linux-528b1a1ab244d9fc130f8f3899b79cea8bd760dc.zip
media: dvb-usb: Add Cinergy S2 PCIe Dual Port support
Terratec Cinergy S2 PCIe Dual is a PCIe device with two tuners that actually contains two USB devices. The devices are visible in the lsusb printout. Bus 004 Device 002: ID 153b:1182 TerraTec Electronic GmbH Cinergy S2 PCIe Dual Port 2 Bus 003 Device 002: ID 153b:1181 TerraTec Electronic GmbH Cinergy S2 PCIe Dual Port 1 The devices use the Montage M88DS3000/M88TS2022 demod/tuner. Signed-off-by: Dirk Nehring <dnehring@gmx.net> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/media/dvb-usb-ids.h')
-rw-r--r--include/media/dvb-usb-ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/dvb-usb-ids.h b/include/media/dvb-usb-ids.h
index 41f0bf122f53..d37cb74b769c 100644
--- a/include/media/dvb-usb-ids.h
+++ b/include/media/dvb-usb-ids.h
@@ -56,6 +56,7 @@
#define USB_VID_REALTEK 0x0bda
#define USB_VID_TECHNOTREND 0x0b48
#define USB_VID_TERRATEC 0x0ccd
+#define USB_VID_TERRATEC_2 0x153b
#define USB_VID_TELESTAR 0x10b9
#define USB_VID_VISIONPLUS 0x13d3
#define USB_VID_SONY 0x1415
@@ -280,6 +281,8 @@
#define USB_PID_TERRATEC_CINERGY_S2_R2 0x00b0
#define USB_PID_TERRATEC_CINERGY_S2_R3 0x0102
#define USB_PID_TERRATEC_CINERGY_S2_R4 0x0105
+#define USB_PID_TERRATEC_CINERGY_S2_1 0x1181
+#define USB_PID_TERRATEC_CINERGY_S2_2 0x1182
#define USB_PID_TERRATEC_H7 0x10b4
#define USB_PID_TERRATEC_H7_2 0x10a3
#define USB_PID_TERRATEC_H7_3 0x10a5