Skip to content

Commit

Permalink
[media] rtl28xxu: Add USB IDs for Compro VideoMate U620F
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alistair Buxton authored and Mauro Carvalho Chehab committed Feb 13, 2013
1 parent 676fa7d commit b9e2aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/usb/dvb-usb-v2/rtl28xxu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b9e2aff

Please sign in to comment.