aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb/dib0700_devices.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2013-06-30 11:43:58 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-07-22 06:48:11 -0400
commitc859e6ef33ac0c9a5e9e934fe11a2232752b4e96 (patch)
tree6f29a87ec0f8ac6bf053de6f3746d415099c8db4 /drivers/media/usb/dvb-usb/dib0700_devices.c
parent566c1d0a49da09dfdf23e836398e2607f44c7c5e (diff)
[media] dib0700: add support for PCTV 2002e & PCTV 2002e SE
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/dib0700_devices.c')
-rw-r--r--drivers/media/usb/dvb-usb/dib0700_devices.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c
index f08136052f9c..829323e42ca0 100644
--- a/drivers/media/usb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/usb/dvb-usb/dib0700_devices.c
@@ -3589,6 +3589,8 @@ struct usb_device_id dib0700_usb_id_table[] = {
3589 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_TFE7790P) }, 3589 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_TFE7790P) },
3590 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_TFE8096P) }, 3590 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_TFE8096P) },
3591/* 80 */{ USB_DEVICE(USB_VID_ELGATO, USB_PID_ELGATO_EYETV_DTT_2) }, 3591/* 80 */{ USB_DEVICE(USB_VID_ELGATO, USB_PID_ELGATO_EYETV_DTT_2) },
3592 { USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_2002E) },
3593 { USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_2002E_SE) },
3592 { 0 } /* Terminating entry */ 3594 { 0 } /* Terminating entry */
3593}; 3595};
3594MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); 3596MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -3993,12 +3995,20 @@ struct dvb_usb_device_properties dib0700_devices[] = {
3993 } 3995 }
3994 }, 3996 },
3995 3997
3996 .num_device_descs = 1, 3998 .num_device_descs = 3,
3997 .devices = { 3999 .devices = {
3998 { "Hauppauge Nova-TD Stick (52009)", 4000 { "Hauppauge Nova-TD Stick (52009)",
3999 { &dib0700_usb_id_table[35], NULL }, 4001 { &dib0700_usb_id_table[35], NULL },
4000 { NULL }, 4002 { NULL },
4001 }, 4003 },
4004 { "PCTV 2002e",
4005 { &dib0700_usb_id_table[81], NULL },
4006 { NULL },
4007 },
4008 { "PCTV 2002e SE",
4009 { &dib0700_usb_id_table[82], NULL },
4010 { NULL },
4011 },
4002 }, 4012 },
4003 4013
4004 .rc.core = { 4014 .rc.core = {