mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
[media] Fix Mygica T230 support
Commit 2adb177e57
removed 2 devices
from the cxusb device table but failed to fix up the T230 properties
that follow, meaning that this device no longer gets detected properly.
Adjust the cxusb_table index appropriate so detection works.
Signed-off-by: Jonathan McDowell <noodles@earth.li>
Reviewed-by: Olli Salonen <olli.salonen@iki.fi>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
721f3223f2
commit
d0bb12c9f4
1 changed files with 1 additions and 1 deletions
|
@ -2232,7 +2232,7 @@ static struct dvb_usb_device_properties cxusb_mygica_t230_properties = {
|
||||||
{
|
{
|
||||||
"Mygica T230 DVB-T/T2/C",
|
"Mygica T230 DVB-T/T2/C",
|
||||||
{ NULL },
|
{ NULL },
|
||||||
{ &cxusb_table[22], NULL },
|
{ &cxusb_table[20], NULL },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue