V4L/DVB (9644): em28xx: add em2750 to the list of known em28xx chip ids
authorDevin Heitmueller <devin.heitmueller@gmail.com>
Tue, 18 Nov 2008 08:05:46 +0000 (05:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:35 +0000 (17:53 -0200)
Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-cards.c
drivers/media/video/em28xx/em28xx-reg.h

index 3d85017ad1479dba63dc8aacffb9c7d3a6f36ac1..ea7e6cb06e6b0d20f6e5dc11ea6655546ecb5227 100644 (file)
@@ -1355,6 +1355,9 @@ void em28xx_pre_card_setup(struct em28xx *dev)
        if (rc > 0) {
                dev->chip_id = rc;
                switch (rc) {
+               case CHIP_ID_EM2750:
+                       em28xx_info("chip ID is em2750\n");
+                       break;
                case CHIP_ID_EM2820:
                        em28xx_info("chip ID is em2820\n");
                        break;
index fcab09912c719719822436941b6083b2f7cbb7d8..491d66abe7f77b79a63b6dd06aa810c18a6ee199 100644 (file)
 enum em28xx_chip_id {
        CHIP_ID_EM2820 = 18,
        CHIP_ID_EM2840 = 20,
+       CHIP_ID_EM2750 = 33,
        CHIP_ID_EM2860 = 34,
        CHIP_ID_EM2883 = 36,
        CHIP_ID_EM2874 = 65,