patch-2.1.126 linux/drivers/char/videodev.c

Next file: linux/drivers/char/wdt.c
Previous file: linux/drivers/char/tty_io.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/drivers/char/videodev.c linux/drivers/char/videodev.c
@@ -53,6 +53,9 @@
 #ifdef CONFIG_VIDEO_BWQCAM
 extern int init_bw_qcams(struct video_init *);
 #endif
+#ifdef CONFIG_VIDEO_PLANB
+extern int init_planbs(struct video_init *);
+#endif
 #ifdef CONFIG_RADIO_AZTECH
 extern int aztech_init(struct video_init *);
 #endif
@@ -83,6 +86,9 @@
 #ifdef CONFIG_VIDEO_PMS
 	{"PMS", init_pms_cards}, 
 #endif	
+#ifdef CONFIG_VIDEO_PLANB
+	{"planb", init_planbs},
+#endif
 #ifdef CONFIG_RADIO_AZTECH
 	{"Aztech", aztech_init}, 
 #endif	

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov