diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-31 06:37:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-02 17:14:28 -0200 |
commit | 87ea5f9d389717ff6da60dc014ce79ae14b7947c (patch) | |
tree | dbab12e667a166046aad34ea9c98ebc6c8bd3bdf /drivers/media | |
parent | 5e6de7d9a1a373414a41a7441100f90b71c6119f (diff) | |
download | op-kernel-dev-87ea5f9d389717ff6da60dc014ce79ae14b7947c.zip op-kernel-dev-87ea5f9d389717ff6da60dc014ce79ae14b7947c.tar.gz |
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 65dcb91..24e39c5 100644 --- a/drivers/media/video/em28xx/em28xx-reg.h +++ b/drivers/media/video/em28xx/em28xx-reg.h @@ -160,7 +160,7 @@ /* FIXME: Need to be populated with the other chip ID's */ enum em28xx_chip_id { - CHIP_ID_EM2820 = 18, + CHIP_ID_EM2820 = 18, /* Also used by em2710 */ CHIP_ID_EM2840 = 20, CHIP_ID_EM2750 = 33, CHIP_ID_EM2860 = 34, |