diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-16 08:40:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:34 -0500 |
commit | f09fb53075646c35efe0f74d97b7c4bc7ec61e5a (patch) | |
tree | 8d0252e7a0549146882232bf007ca3d3e94eae1f /drivers/media/video/em28xx/em28xx-reg.h | |
parent | 802971257a3b897d2affd39e540be264bae89c3b (diff) |
V4L/DVB (9641): Add chip ID's for em2820 and em2840
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-reg.h b/drivers/media/video/em28xx/em28xx-reg.h index b8e97836370..6e5757caa48 100644 --- a/drivers/media/video/em28xx/em28xx-reg.h +++ b/drivers/media/video/em28xx/em28xx-reg.h | |||
@@ -111,6 +111,8 @@ | |||
111 | 111 | ||
112 | /* FIXME: Need to be populated with the other chip ID's */ | 112 | /* FIXME: Need to be populated with the other chip ID's */ |
113 | enum em28xx_chip_id { | 113 | enum em28xx_chip_id { |
114 | CHIP_ID_EM2820 = 18, | ||
115 | CHIP_ID_EM2840 = 20, | ||
114 | CHIP_ID_EM2860 = 34, | 116 | CHIP_ID_EM2860 = 34, |
115 | CHIP_ID_EM2883 = 36, | 117 | CHIP_ID_EM2883 = 36, |
116 | CHIP_ID_EM2874 = 65, | 118 | CHIP_ID_EM2874 = 65, |