mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:11:00 +07:00
[media] Support Digivox Mini HD (rtl2832)
Add support for Digivox Mini HD (rtl2832) The tuner works, but with worst performance then realtek linux driver, due to incomplete implementation of fc2580.c Signed-off-by: Eddi De Pieri <eddi@depieri.net> Tested-by: Lorenzo Dongarrà <lorenzo_64@katamail.com> Acked-by: Antti Palosaari <crope@iki.fi> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
00b230fe23
commit
09f9408dc3
@ -1368,6 +1368,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
|
||||
&rtl2832u_props, "ASUS My Cinema-U3100Mini Plus V2", NULL) },
|
||||
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd393,
|
||||
&rtl2832u_props, "GIGABYTE U7300", NULL) },
|
||||
{ DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1104,
|
||||
&rtl2832u_props, "Digivox Micro Hd", NULL) },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
|
||||
|
Loading…
Reference in New Issue
Block a user