Commit 37973e01 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Mauro Carvalho Chehab

[media] af9035: Add remaining it913x dual ids to af9035

As follow on to patch
af9035: Move it913x single devices to af9035
and patch 1.

SNR is reported as db/10 values.

All dual ids are added to af9035 and it913x driver disabled.

it913x/it913x-fe removal patches to follow.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent a1310ff4
...@@ -1552,6 +1552,14 @@ static const struct usb_device_id af9035_id_table[] = { ...@@ -1552,6 +1552,14 @@ static const struct usb_device_id af9035_id_table[] = {
&af9035_props, "Avermedia A835B(4835)", RC_MAP_IT913X_V2) }, &af9035_props, "Avermedia A835B(4835)", RC_MAP_IT913X_V2) },
{ DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_H335, { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_H335,
&af9035_props, "Avermedia H335", RC_MAP_IT913X_V2) }, &af9035_props, "Avermedia H335", RC_MAP_IT913X_V2) },
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_KWORLD_UB499_2T_T09,
&af9035_props, "Kworld UB499-2T T09", RC_MAP_IT913X_V1) },
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_SVEON_STV22_IT9137,
&af9035_props, "Sveon STV22 Dual DVB-T HDTV",
RC_MAP_IT913X_V1) },
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_CTVDIGDUAL_V2,
&af9035_props, "Digital Dual TV Receiver CTVDIGDUAL_V2",
RC_MAP_IT913X_V1) },
/* XXX: that same ID [0ccd:0099] is used by af9015 driver too */ /* XXX: that same ID [0ccd:0099] is used by af9015 driver too */
{ DVB_USB_DEVICE(USB_VID_TERRATEC, 0x0099, { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x0099,
&af9035_props, "TerraTec Cinergy T Stick Dual RC (rev. 2)", NULL) }, &af9035_props, "TerraTec Cinergy T Stick Dual RC (rev. 2)", NULL) },
......
...@@ -781,6 +781,8 @@ static const struct usb_device_id it913x_id_table[] = { ...@@ -781,6 +781,8 @@ static const struct usb_device_id it913x_id_table[] = {
{} /* Terminating entry */ {} /* Terminating entry */
}; };
#if 0
MODULE_DEVICE_TABLE(usb, it913x_id_table); MODULE_DEVICE_TABLE(usb, it913x_id_table);
static struct usb_driver it913x_driver = { static struct usb_driver it913x_driver = {
...@@ -792,8 +794,11 @@ static struct usb_driver it913x_driver = { ...@@ -792,8 +794,11 @@ static struct usb_driver it913x_driver = {
.id_table = it913x_id_table, .id_table = it913x_id_table,
}; };
module_usb_driver(it913x_driver); module_usb_driver(it913x_driver);
#endif
MODULE_AUTHOR("Malcolm Priestley <tvboxspy@gmail.com>"); MODULE_AUTHOR("Malcolm Priestley <tvboxspy@gmail.com>");
MODULE_DESCRIPTION("it913x USB 2 Driver"); MODULE_DESCRIPTION("it913x USB 2 Driver");
MODULE_VERSION("1.33"); MODULE_VERSION("1.33");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment