diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-31 04:37:50 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-02 14:14:28 -0500 |
commit | 87ea5f9d389717ff6da60dc014ce79ae14b7947c (patch) | |
tree | dbab12e667a166046aad34ea9c98ebc6c8bd3bdf /drivers/media | |
parent | 5e6de7d9a1a373414a41a7441100f90b71c6119f (diff) |
V4L/DVB (10160): em28xx: update chip id for em2710
em2710 uses the same chip ID as em2820 (0x12).
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-reg.h b/drivers/media/video/em28xx/em28xx-reg.h index 65dcb91bdcc2..24e39c56811e 100644 --- a/drivers/media/video/em28xx/em28xx-reg.h +++ b/drivers/media/video/em28xx/em28xx-reg.h | |||
@@ -160,7 +160,7 @@ | |||
160 | 160 | ||
161 | /* FIXME: Need to be populated with the other chip ID's */ | 161 | /* FIXME: Need to be populated with the other chip ID's */ |
162 | enum em28xx_chip_id { | 162 | enum em28xx_chip_id { |
163 | CHIP_ID_EM2820 = 18, | 163 | CHIP_ID_EM2820 = 18, /* Also used by em2710 */ |
164 | CHIP_ID_EM2840 = 20, | 164 | CHIP_ID_EM2840 = 20, |
165 | CHIP_ID_EM2750 = 33, | 165 | CHIP_ID_EM2750 = 33, |
166 | CHIP_ID_EM2860 = 34, | 166 | CHIP_ID_EM2860 = 34, |