Skip to content

Commit a04646c

Browse files
Malcolm Priestleymchehab
authored andcommitted
[media] af9035: new IDs: add support for PCTV 78e and PCTV 79e
add the following IDs USB_PID_PCTV_78E (0x025a) for PCTV 78e USB_PID_PCTV_79E (0x0262) for PCTV 79e For these it9135 devices. Signed-off-by: Malcolm Priestley <[email protected]> Cc: Antti Palosaari <[email protected]> Cc: <[email protected]> # v3.14+ Signed-off-by: Antti Palosaari <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 9dc0f3f commit a04646c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

drivers/media/dvb-core/dvb-usb-ids.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@
280280
#define USB_PID_PCTV_400E 0x020f
281281
#define USB_PID_PCTV_450E 0x0222
282282
#define USB_PID_PCTV_452E 0x021f
283+
#define USB_PID_PCTV_78E 0x025a
284+
#define USB_PID_PCTV_79E 0x0262
283285
#define USB_PID_REALTEK_RTL2831U 0x2831
284286
#define USB_PID_REALTEK_RTL2832U 0x2832
285287
#define USB_PID_TECHNOTREND_CONNECT_S2_3600 0x3007

drivers/media/usb/dvb-usb-v2/af9035.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,6 +1575,10 @@ static const struct usb_device_id af9035_id_table[] = {
15751575
&af9035_props, "Leadtek WinFast DTV Dongle Dual", NULL) },
15761576
{ DVB_USB_DEVICE(USB_VID_HAUPPAUGE, 0xf900,
15771577
&af9035_props, "Hauppauge WinTV-MiniStick 2", NULL) },
1578+
{ DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_78E,
1579+
&af9035_props, "PCTV 78e", RC_MAP_IT913X_V1) },
1580+
{ DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_79E,
1581+
&af9035_props, "PCTV 79e", RC_MAP_IT913X_V2) },
15781582
{ }
15791583
};
15801584
MODULE_DEVICE_TABLE(usb, af9035_id_table);

0 commit comments

Comments
 (0)