Commit 1c13f7aa authored by Alexandre-Xavier Labonté-Lamoureux's avatar Alexandre-Xavier Labonté-Lamoureux Committed by Mauro Carvalho Chehab

[media] em28xx: Add new USB ID eb1a:5051

Add new usbid eb1a:5051 for the Ion Video 2 PC MKII, Startech svid2usb23
and Raygo R12-41373.
Signed-off-by: default avatarAlexandre-Xavier Labonté-Lamoureux <alexandrexavier@live.ca>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent f81a18d8
......@@ -2600,6 +2600,8 @@ struct usb_device_id em28xx_id_table[] = {
.driver_info = EM28178_BOARD_TERRATEC_T2_STICK_HD },
{ USB_DEVICE(0x3275, 0x0085),
.driver_info = EM28178_BOARD_PLEX_PX_BCUD },
{ USB_DEVICE(0xeb1a, 0x5051), /* Ion Video 2 PC MKII / Startech svid2usb23 / Raygo R12-41373 */
.driver_info = EM2860_BOARD_TVP5150_REFERENCE_DESIGN },
{ },
};
MODULE_DEVICE_TABLE(usb, em28xx_id_table);
......
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