diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 1c2e544eda73..22a464f5007b 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -1649,6 +1649,8 @@ struct usb_device_id em28xx_id_table[] = { | |||
1649 | .driver_info = EM2861_BOARD_PLEXTOR_PX_TV100U }, | 1649 | .driver_info = EM2861_BOARD_PLEXTOR_PX_TV100U }, |
1650 | { USB_DEVICE(0x04bb, 0x0515), | 1650 | { USB_DEVICE(0x04bb, 0x0515), |
1651 | .driver_info = EM2820_BOARD_IODATA_GVMVP_SZ }, | 1651 | .driver_info = EM2820_BOARD_IODATA_GVMVP_SZ }, |
1652 | { USB_DEVICE(0xeb1a, 0x50a6), | ||
1653 | .driver_info = EM2860_BOARD_GADMEI_UTV330 }, | ||
1652 | { }, | 1654 | { }, |
1653 | }; | 1655 | }; |
1654 | MODULE_DEVICE_TABLE(usb, em28xx_id_table); | 1656 | MODULE_DEVICE_TABLE(usb, em28xx_id_table); |