patch-2.2.12 linux/drivers/char/i2c.c
Next file: linux/drivers/char/ip2/Makefile
Previous file: linux/drivers/char/generic_serial.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Wed Aug 25 17:29:47 1999
- Orig file:
v2.2.11/linux/drivers/char/i2c.c
- Orig date:
Thu Jan 14 22:53:02 1999
diff -u --recursive --new-file v2.2.11/linux/drivers/char/i2c.c linux/drivers/char/i2c.c
@@ -40,6 +40,14 @@
extern int i2c_tuner_init(void);
extern int msp3400c_init(void);
#endif
+#ifdef CONFIG_VIDEO_BUZ
+extern int saa7111_init(void);
+extern int saa7185_init(void);
+#endif
+#ifdef CONFIG_VIDEO_LML33
+extern int bt819_init(void);
+extern int bt856_init(void);
+#endif
int i2c_init(void)
{
@@ -50,6 +58,14 @@
i2c_tuner_init();
msp3400c_init();
#endif
+#ifdef CONFIG_VIDEO_BUZ
+ saa7111_init();
+ saa7185_init();
+#endif
+#ifdef CONFIG_VIDEO_LML33
+ bt819_init();
+ bt856_init();
+#endif
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)