aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 91c70ebd0ea4..919520f89975 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -143,7 +143,7 @@ struct em2820_board em2820_boards[] = {
143 .tuner_type = TUNER_PHILIPS_PAL, 143 .tuner_type = TUNER_PHILIPS_PAL,
144 .tda9887_conf = TDA9887_PRESENT|TDA9887_PORT1_ACTIVE|TDA9887_PORT2_ACTIVE, 144 .tda9887_conf = TDA9887_PRESENT|TDA9887_PORT1_ACTIVE|TDA9887_PORT2_ACTIVE,
145 .has_tuner = 1, 145 .has_tuner = 1,
146 .decoder = EM2820_SAA7114, 146 .decoder = EM2820_SAA7114,
147 .input = {{ 147 .input = {{
148 .type = EM2820_VMUX_TELEVISION, 148 .type = EM2820_VMUX_TELEVISION,
149 .vmux = 2, 149 .vmux = 2,
@@ -250,6 +250,7 @@ void em2820_card_setup(struct em2820 *dev)
250 struct tveeprom tv; 250 struct tveeprom tv;
251#ifdef CONFIG_MODULES 251#ifdef CONFIG_MODULES
252 request_module("tveeprom"); 252 request_module("tveeprom");
253 request_module("ir-kbd-i2c");
253#endif 254#endif
254 /* Call first TVeeprom */ 255 /* Call first TVeeprom */
255 256