aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-01-12 14:22:42 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-01-19 11:45:19 -0200
commit5a85025f7dabc5b039335a7d1fb5f9002efa9488 (patch)
tree14275e65023494feb7fe3ba850ea49d664cd4500 /drivers/media
parent[media] ir-kbd-i2c: Make IR debug messages more useful (diff)
downloadlinux-dev-5a85025f7dabc5b039335a7d1fb5f9002efa9488.tar.xz
linux-dev-5a85025f7dabc5b039335a7d1fb5f9002efa9488.zip
[media] em28xx: Fix IR support for WinTV USB2
Due to a lack of a break inside the switch, it were getting the wrong keytable and get_key function. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 099d5df8c572..ba03a448b41d 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -2437,6 +2437,7 @@ void em28xx_register_i2c_ir(struct em28xx *dev)
dev->init_data.ir_codes = RC_MAP_RC5_HAUPPAUGE_NEW;
dev->init_data.get_key = em28xx_get_key_em_haup;
dev->init_data.name = "i2c IR (EM2840 Hauppauge)";
+ break;
case EM2820_BOARD_LEADTEK_WINFAST_USBII_DELUXE:
dev->init_data.ir_codes = RC_MAP_WINFAST_USBII_DELUXE;
dev->init_data.get_key = em28xx_get_key_winfast_usbii_deluxe;