diff options
author | Christopher Snowhill <chris@kode54.net> | 2020-08-25 06:51:08 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-08-26 19:52:07 +0300 |
commit | 1fae3d964880a6419c581b5cdb1efb70a0f3a8a2 (patch) | |
tree | a31ec6c617875fdc8f58c0daedba44e2eac11ddd /drivers/media/usb/em28xx/em28xx.h | |
parent | 505bfc2a142f12ce7bc7a878b44abc3496f2e747 (diff) | |
download | linux-1fae3d964880a6419c581b5cdb1efb70a0f3a8a2.tar.xz |
media: Implements support for the MyGica iGrabber
This small change adds the device identifier for the MyGica iGrabber,
which features an Empia EM2860, a Philips SAA7113, Empia EMP202, and
no tuner. Verified that both the composite and S-Video inputs work
with NTSC source. It does not appear to need any port twiddling on
pre-init.
Signed-off-by: Christopher Snowhill <chris@kode54.net>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h index acbb62397314..55a46faaf7b7 100644 --- a/drivers/media/usb/em28xx/em28xx.h +++ b/drivers/media/usb/em28xx/em28xx.h @@ -151,6 +151,7 @@ #define EM2882_BOARD_ZOLID_HYBRID_TV_STICK 102 #define EM2861_BOARD_MAGIX_VIDEOWANDLER2 103 #define EM28178_BOARD_PCTV_461E_V2 104 +#define EM2860_BOARD_MYGICA_IGRABBER 105 /* Limits minimum and default number of buffers */ #define EM28XX_MIN_BUF 4 |