summaryrefslogtreecommitdiff
path: root/drivers/media/video/em28xx/em28xx-cards.c
diff options
context:
space:
mode:
authorMario Ceresa <mrceresa@gmail.com>2012-01-06 16:00:12 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-07 12:02:20 -0200
commit2f78604a433a12571ec3e54054fbfacc7525b307 (patch)
tree834299d32cad79f7dd69c71983bf8b6b2429506f /drivers/media/video/em28xx/em28xx-cards.c
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/video/em28xx/em28xx-cards.c')
-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[] = {
.driver_info = EM2884_BOARD_HAUPPAUGE_WINTV_HVR_930C },
{ USB_DEVICE(0xeb1a, 0x5006),
.driver_info = EM2860_BOARD_HT_VIDBOX_NW03 },
+ { USB_DEVICE(0x1b80, 0xe309), /* Sveon STV40 */
+ .driver_info = EM2860_BOARD_EASYCAP },
{ },
};
MODULE_DEVICE_TABLE(usb, em28xx_id_table);