plan 9 kernel history: overview | file list | diff list

1994/0910/carrera/kbd.c (diff list | history)

1994/0902/sys/src/9/carrera/kbd.c:391,3931994/0910/sys/src/9/carrera/kbd.c:391,409 (short | long | prev | next)
1993/0907    
 
	return 1; 
} 
1994/0910    
 
void 
mousectl(char *cmd) 
{ 
	int s; 
 
	if(strncmp(cmd, "reset", 5) == 0){ 
		s = splhi(); 
		mousecmd(0xF6); 
		mousecmd(0xEA);	/* streaming */ 
		mousecmd(0xE8);	/* set resolution */ 
		mousecmd(3); 
		mousecmd(0xF4);	/* enabled */ 
		splx(s); 
	} 
} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)