aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-12-31 06:37:50 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-01-02 17:14:28 -0200
commit87ea5f9d389717ff6da60dc014ce79ae14b7947c (patch)
treedbab12e667a166046aad34ea9c98ebc6c8bd3bdf
parent5e6de7d9a1a373414a41a7441100f90b71c6119f (diff)
downloadkernel_samsung_smdk4412-87ea5f9d389717ff6da60dc014ce79ae14b7947c.zip
kernel_samsung_smdk4412-87ea5f9d389717ff6da60dc014ce79ae14b7947c.tar.gz
kernel_samsung_smdk4412-87ea5f9d389717ff6da60dc014ce79ae14b7947c.tar.bz2
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>
-rw-r--r--drivers/media/video/em28xx/em28xx-reg.h2
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,