From be2af23412c60398a589fce8d3f676409c935797 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Sat, 15 Oct 2005 09:20:35 +0000 Subject: * ../linux/drivers/usb/media/em2820-input.c: (em2820_set_ir): Remotes for the Cinergy 200 USB and Cinergy 250 USB are the same. Signed-off-by: Sascha Sommer --- linux/drivers/usb/media/em2820-input.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'linux/drivers/usb') diff --git a/linux/drivers/usb/media/em2820-input.c b/linux/drivers/usb/media/em2820-input.c index 2138b4b69..3edf43f4c 100644 --- a/linux/drivers/usb/media/em2820-input.c +++ b/linux/drivers/usb/media/em2820-input.c @@ -1,5 +1,5 @@ /* - * $Id: em2820-input.c,v 1.3 2005/10/14 21:29:04 mrechberger Exp $ + * $Id: em2820-input.c,v 1.4 2005/10/15 09:20:35 nsh Exp $ * * handle saa7134 IR remotes via linux kernel input layer. * @@ -152,6 +152,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; @@ -166,8 +167,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): -- cgit v1.2.3