diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-15 02:08:22 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-24 19:03:26 +0200 |
commit | b80fd2d811b48a92051f86d257b00f373e69a6d7 (patch) | |
tree | 63f6959bdd6f041e259242d59ca12d3e9c32cd93 /drivers/media/video/em28xx/em28xx.h | |
parent | V4L/DVB (12244): em28xx: adjust vinmode/vinctl based on the stream input format (diff) | |
download | linux-b80fd2d811b48a92051f86d257b00f373e69a6d7.tar.xz linux-b80fd2d811b48a92051f86d257b00f373e69a6d7.zip |
V4L/DVB (12245): em28xx: add support for mt9m001 webcams
Thanks to Wally <wally@voosen.eu> for bringing the issue and helping
with the tests.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 766ab59b8d59..45bd513f62dc 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h @@ -366,6 +366,7 @@ enum em28xx_decoder { enum em28xx_sensor { EM28XX_NOSENSOR = 0, EM28XX_MT9V011, + EM28XX_MT9M001, }; enum em28xx_adecoder { |