patch-2.3.51 linux/drivers/usb/mousedev.c
Next file: linux/drivers/usb/ov511.c
Previous file: linux/drivers/usb/keyspan_pda_fw.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Mar 10 13:18:42 2000
-  Orig file: 
v2.3.50/linux/drivers/usb/mousedev.c
-  Orig date: 
Sat Feb 26 22:31:50 2000
diff -u --recursive --new-file v2.3.50/linux/drivers/usb/mousedev.c linux/drivers/usb/mousedev.c
@@ -87,8 +87,6 @@
 	while (list) {
 		switch (type) {
 			case EV_ABS:
-				if (test_bit(EV_REL, handle->dev->evbit) && test_bit(REL_X, handle->dev->relbit))
-					return;
 				switch (code) {
 					case ABS_X:	
 						size = handle->dev->absmax[ABS_X] - handle->dev->absmin[ABS_X];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)