patch-2.2.0-pre1 linux/drivers/char/videodev.c

Next file: linux/drivers/isdn/avmb1/b1lli.c
Previous file: linux/drivers/char/tpqic02.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.132/linux/drivers/char/videodev.c linux/drivers/char/videodev.c
@@ -68,6 +68,9 @@
 #ifdef CONFIG_RADIO_MIROPCM20
 extern int pcm20_init(struct video_init *);
 #endif
+#ifdef CONFIG_RADIO_GEMTEK
+extern int gemtek_init(struct video_init *);
+#endif
 #ifdef CONFIG_VIDEO_PMS
 extern int init_pms_cards(struct video_init *);
 #endif
@@ -103,6 +106,9 @@
 #endif
 #ifdef CONFIG_RADIO_MIROPCM20
 	{"PCM20", pcm20_init}, 
+#endif	
+#ifdef CONFIG_RADIO_GEMTEK
+	{"GemTek", gemtek_init}, 
 #endif	
 	{"end", NULL}
 };

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