]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] v4l: 793: remotes for the cinergy 200 usb and cinergy 250 usb are the same
authorSascha Sommer <saschasommer@freenet.de>
Wed, 9 Nov 2005 05:37:37 +0000 (21:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:19 +0000 (07:56 -0800)
- Remotes for the Cinergy 200 USB and Cinergy 250 USB are the same.

Signed-off-by: Sascha Sommer <saschasommer@freenet.de>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/em28xx/em28xx-input.c

index 0576ad6c42b774530fb186a7a9d5f56c5cf85cb0..ba367a9796e732f89b1b048523c9e782db109ef3 100644 (file)
@@ -150,6 +150,7 @@ void em2820_set_ir(struct em2820 * dev,struct IR_i2c *ir)
                break;
        case (EM2820_BOARD_UNKNOWN):
                break;
+       case (EM2800_BOARD_TERRATEC_CINERGY_200):
        case (EM2820_BOARD_TERRATEC_CINERGY_250):
                ir->ir_codes = ir_codes_em_terratec;
                ir->get_key = get_key_terratec;
@@ -164,8 +165,6 @@ void em2820_set_ir(struct em2820 * dev,struct IR_i2c *ir)
                break;
        case (EM2820_BOARD_MSI_VOX_USB_2):
                break;
-       case (EM2800_BOARD_TERRATEC_CINERGY_200):
-               break;
        case (EM2800_BOARD_LEADTEK_WINFAST_USBII):
                break;
        case (EM2800_BOARD_KWORLD_USB2800):