patch-2.1.116 linux/drivers/char/radio-aztech.c

Next file: linux/drivers/char/radio-rtrack2.c
Previous file: linux/drivers/char/radio-aimslab.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.115/linux/drivers/char/radio-aztech.c linux/drivers/char/radio-aztech.c
@@ -113,7 +113,8 @@
 {
 	int  i;
 
-	frequency = (frequency * 100) / 16;	/* massage data a bit */
+	/*  6.25 *  */
+	frequency = frequency*6 + frequency/4;	/* massage data a bit */
   
 	frequency += 1070;		/* tuning needs 24 data bits  */
 	frequency /= 5;
@@ -269,6 +270,7 @@
 	az_close,
 	NULL,	/* Can't read  (no capture ability) */
 	NULL,	/* Can't write */
+	NULL,	/* No poll */
 	az_ioctl,
 	NULL,
 	NULL

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