mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
				synced 2025-10-30 22:47:06 +10:00 
			
		
		
		
	Input: psmouse - fix Intellimouse 4.0 initialization
Revert the superfluous initilization causing some mice become jumpy. Signed-off-by: Pozsar Balazs <pozsy@uhulinux.hu> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
		
							parent
							
								
									72a623be00
								
							
						
					
					
						commit
						90414be952
					
				| @ -485,13 +485,6 @@ static int im_explorer_detect(struct psmouse *psmouse, int set_properties) | ||||
| 	param[0] =  40; | ||||
| 	ps2_command(ps2dev, param, PSMOUSE_CMD_SETRATE); | ||||
| 
 | ||||
| 	param[0] = 200; | ||||
| 	ps2_command(ps2dev, param, PSMOUSE_CMD_SETRATE); | ||||
| 	param[0] = 200; | ||||
| 	ps2_command(ps2dev, param, PSMOUSE_CMD_SETRATE); | ||||
| 	param[0] =  60; | ||||
| 	ps2_command(ps2dev, param, PSMOUSE_CMD_SETRATE); | ||||
| 
 | ||||
| 	if (set_properties) { | ||||
| 		set_bit(BTN_MIDDLE, psmouse->dev->keybit); | ||||
| 		set_bit(REL_WHEEL, psmouse->dev->relbit); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user