Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c114a4f authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab
Browse files

[media] af9035: replace PCTV device model numbers with name



Use device names for recent PCTV Systems devices:
PCTV AndroiDTV (78e)
PCTV microStick (79e)

Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent a781edd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1728,9 +1728,9 @@ static const struct usb_device_id af9035_id_table[] = {
	{ DVB_USB_DEVICE(USB_VID_HAUPPAUGE, 0xf900,
		&af9035_props, "Hauppauge WinTV-MiniStick 2", NULL) },
	{ DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_78E,
		&af9035_props, "PCTV 78e", RC_MAP_IT913X_V1) },
		&af9035_props, "PCTV AndroiDTV (78e)", RC_MAP_IT913X_V1) },
	{ DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_79E,
		&af9035_props, "PCTV 79e", RC_MAP_IT913X_V2) },
		&af9035_props, "PCTV microStick (79e)", RC_MAP_IT913X_V2) },
	{ }
};
MODULE_DEVICE_TABLE(usb, af9035_id_table);