]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
V4L/DVB (10160): em28xx: update chip id for em2710
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 31 Dec 2008 09:37:50 +0000 (06:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 2 Jan 2009 19:14:28 +0000 (17:14 -0200)
em2710 uses the same chip ID as em2820 (0x12).

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-reg.h

index 65dcb91bdcc2046baa7d3070224e5c71245a5f04..24e39c56811e98713f8497cca6f46fbd48409209 100644 (file)
 
 /* 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,