diff options
author | Alexandre-Xavier Labonté-Lamoureux <alexandrexavier@live.ca> | 2017-02-25 03:03:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-17 12:13:01 -0400 |
commit | 1c13f7aaaab12a01d7bf530539780e40a0ff24d4 (patch) | |
tree | bdbe0ad14ce3c49d873ee20cd796864b8a9953db | |
parent | f81a18d860a22b0c56d4dac51752f475cf840144 (diff) |
[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: Alexandre-Xavier Labonté-Lamoureux <alexandrexavier@live.ca>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c index 5f80a1b2fb8c..6fb604900a33 100644 --- a/drivers/media/usb/em28xx/em28xx-cards.c +++ b/drivers/media/usb/em28xx/em28xx-cards.c | |||
@@ -2600,6 +2600,8 @@ struct usb_device_id em28xx_id_table[] = { | |||
2600 | .driver_info = EM28178_BOARD_TERRATEC_T2_STICK_HD }, | 2600 | .driver_info = EM28178_BOARD_TERRATEC_T2_STICK_HD }, |
2601 | { USB_DEVICE(0x3275, 0x0085), | 2601 | { USB_DEVICE(0x3275, 0x0085), |
2602 | .driver_info = EM28178_BOARD_PLEX_PX_BCUD }, | 2602 | .driver_info = EM28178_BOARD_PLEX_PX_BCUD }, |
2603 | { USB_DEVICE(0xeb1a, 0x5051), /* Ion Video 2 PC MKII / Startech svid2usb23 / Raygo R12-41373 */ | ||
2604 | .driver_info = EM2860_BOARD_TVP5150_REFERENCE_DESIGN }, | ||
2603 | { }, | 2605 | { }, |
2604 | }; | 2606 | }; |
2605 | MODULE_DEVICE_TABLE(usb, em28xx_id_table); | 2607 | MODULE_DEVICE_TABLE(usb, em28xx_id_table); |