kdrive/vesa: use operating system input devices
This commit is contained in:
		
							parent
							
								
									863ba390e9
								
							
						
					
					
						commit
						e110255501
					
				| 
						 | 
				
			
			@ -70,15 +70,7 @@ InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv)
 | 
			
		|||
void
 | 
			
		||||
InitInput (int argc, char **argv)
 | 
			
		||||
{
 | 
			
		||||
    KdKeyboardInfo *ki = NULL;
 | 
			
		||||
        
 | 
			
		||||
    KdAddPointerDriver(&LinuxMouseDriver);
 | 
			
		||||
    KdAddKeyboardDriver(&LinuxKeyboardDriver);
 | 
			
		||||
    ki = KdNewKeyboard();
 | 
			
		||||
    if (ki) {
 | 
			
		||||
        ki->driver = &LinuxKeyboardDriver;
 | 
			
		||||
        KdAddKeyboard(ki);
 | 
			
		||||
    }
 | 
			
		||||
    KdOsAddInputDrivers();
 | 
			
		||||
    KdInitInput();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue