aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMario Ceresa <mrceresa@gmail.com>2012-01-06 14:00:12 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-07 09:02:20 -0500
commit2f78604a433a12571ec3e54054fbfacc7525b307 (patch)
tree834299d32cad79f7dd69c71983bf8b6b2429506f /drivers/media
parentec2c4f3f93cb9ae2b09b8e942dd75ad3bdf23c9d (diff)
[media] Added model Sveon STV40
Signed-off-by: Mario Ceresa <mrceresa@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c2
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 a00602ba9ea2..897a4320d9d5 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -2057,6 +2057,8 @@ struct usb_device_id em28xx_id_table[] = {
2057 .driver_info = EM2884_BOARD_HAUPPAUGE_WINTV_HVR_930C }, 2057 .driver_info = EM2884_BOARD_HAUPPAUGE_WINTV_HVR_930C },
2058 { USB_DEVICE(0xeb1a, 0x5006), 2058 { USB_DEVICE(0xeb1a, 0x5006),
2059 .driver_info = EM2860_BOARD_HT_VIDBOX_NW03 }, 2059 .driver_info = EM2860_BOARD_HT_VIDBOX_NW03 },
2060 { USB_DEVICE(0x1b80, 0xe309), /* Sveon STV40 */
2061 .driver_info = EM2860_BOARD_EASYCAP },
2060 { }, 2062 { },
2061}; 2063};
2062MODULE_DEVICE_TABLE(usb, em28xx_id_table); 2064MODULE_DEVICE_TABLE(usb, em28xx_id_table);