patch-2.2.6 linux/drivers/char/radio-typhoon.c
Next file: linux/drivers/char/radio-zoltrix.c
Previous file: linux/drivers/char/radio-sf16fmi.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Thu Apr 15 05:42:40 1999
-  Orig file: 
v2.2.5/linux/drivers/char/radio-typhoon.c
-  Orig date: 
Wed Mar 10 15:29:46 1999
diff -u --recursive --new-file v2.2.5/linux/drivers/char/radio-typhoon.c linux/drivers/char/radio-typhoon.c
@@ -195,7 +195,8 @@
 			v.rangehigh = 1080 * 1600;
 			v.flags = VIDEO_TUNER_LOW;
 			v.mode = VIDEO_MODE_AUTO;
-			v.signal = 0;	/* We can't get the signal strength */
+			v.signal = 0xFFFF;	/* We can't get the signal strength */
+			strcpy(v.tuner, "FM");
 			if (copy_to_user(arg, &v, sizeof(v)))
 				return -EFAULT;
 			return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)