aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-reg.h
diff options
context:
space:
mode:
authorDevin Heitmueller <devin.heitmueller@gmail.com>2008-11-12 00:04:48 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:31 -0500
commit5caeba045c3a676b892790c6685e542f81a4f96e (patch)
tree1987be233a6a0116b56b5672636d09dc43374ee2 /drivers/media/video/em28xx/em28xx-reg.h
parenta56a18c3ed3442a0c049c9b5f0dda918a6e83726 (diff)
V4L/DVB (9580): Add chip id for em2874 to list of known chips
Add em2874 chip id Add chip id for em2874 to list of known chips Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com> 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.h1
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 fac1ab23f621..0892df17f183 100644
--- a/drivers/media/video/em28xx/em28xx-reg.h
+++ b/drivers/media/video/em28xx/em28xx-reg.h
@@ -86,4 +86,5 @@
86enum em28xx_chip_id { 86enum em28xx_chip_id {
87 CHIP_ID_EM2860 = 34, 87 CHIP_ID_EM2860 = 34,
88 CHIP_ID_EM2883 = 36, 88 CHIP_ID_EM2883 = 36,
89 CHIP_ID_EM2874 = 65,
89}; 90};