patch-2.1.34 linux/drivers/sbus/char/sunmouse.c

Next file: linux/drivers/sbus/char/sunserial.c
Previous file: linux/drivers/sbus/char/sunkbd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.33/linux/drivers/sbus/char/sunmouse.c linux/drivers/sbus/char/sunmouse.c
@@ -188,7 +188,7 @@
  * the Mouse zs8530 channel.
  */
 void
-sun_mouse_inbyte(unsigned char byte, unsigned char status)
+sun_mouse_inbyte(unsigned char byte)
 {
 	signed char mvalue;
 	int d;
@@ -204,8 +204,6 @@
 		push_char (byte);
 		return;
 	}
-	/* Check for framing errors and parity errors */
-	/* XXX TODO XXX */
 
 	/* If the mouse sends us a byte from 0x80 to 0x87
 	 * we are starting at byte zero in the transaction

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