[media] rtl28xxu: Add USB IDs for Compro VideoMate U620F

Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
Acked-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Alistair Buxton 2013-02-12 21:58:47 -03:00 committed by Mauro Carvalho Chehab
parent 676fa7d4c9
commit b9e2afff1e
1 changed files with 2 additions and 0 deletions

View File

@ -1370,6 +1370,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
&rtl2832u_props, "GIGABYTE U7300", NULL) },
{ DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1104,
&rtl2832u_props, "Digivox Micro Hd", NULL) },
{ DVB_USB_DEVICE(USB_VID_COMPRO, 0x0620,
&rtl2832u_props, "Compro VideoMate U620F", NULL) },
{ }
};
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);