patch-1.3.82 linux/drivers/char/psaux.c

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

diff -u --recursive --new-file v1.3.81/linux/drivers/char/psaux.c linux/drivers/char/psaux.c
@@ -491,7 +491,7 @@
 
 #ifdef CONFIG_82C710_MOUSE
 	if ((qp_found = probe_qp())) {
-		printk("82C710 type pointing device detected -- driver installed.\n");
+		printk(KERN_INFO "82C710 type pointing device detected -- driver installed.\n");
 /*		printk("82C710 address = %x (should be 0x310)\n", qp_data); */
 		qp_present = 1;
 		psaux_fops.write = write_qp;
@@ -500,7 +500,7 @@
 	} else
 #endif
 	if (aux_device_present == 0xaa) {
-		printk("PS/2 auxiliary pointing device detected -- driver installed.\n");
+		printk(KERN_INFO "PS/2 auxiliary pointing device detected -- driver installed.\n");
 	 	aux_present = 1;
 		kbd_read_mask = AUX_OBUF_FULL;
 	} else {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this