diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-11-12 11:21:05 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 18:41:21 -0200 |
commit | f57b17c3956f2e1e70f63dd2ed8088b582f3915e (patch) | |
tree | fe50036121641128d2272292511ec4182c1a6244 /drivers/media/video/em28xx/em28xx-reg.h | |
parent | fc099f0e0e52a349a3fe92bfb8d3fb6ec5378174 (diff) | |
download | linux-3.10-f57b17c3956f2e1e70f63dd2ed8088b582f3915e.tar.gz linux-3.10-f57b17c3956f2e1e70f63dd2ed8088b582f3915e.tar.bz2 linux-3.10-f57b17c3956f2e1e70f63dd2ed8088b582f3915e.zip |
V4L/DVB (13328): em28xx: Add chip ID for em2800
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-reg.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-reg.h b/drivers/media/video/em28xx/em28xx-reg.h index ed12e7ffcbd..058ac87639c 100644 --- a/drivers/media/video/em28xx/em28xx-reg.h +++ b/drivers/media/video/em28xx/em28xx-reg.h @@ -192,6 +192,7 @@ /* FIXME: Need to be populated with the other chip ID's */ enum em28xx_chip_id { + CHIP_ID_EM2800 = 7, CHIP_ID_EM2710 = 17, CHIP_ID_EM2820 = 18, /* Also used by some em2710 */ CHIP_ID_EM2840 = 20, |