USB reset typo (Lonnie Mendez)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1625 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									7e89463d4a
								
							
						
					
					
						commit
						5e9ab4c493
					
				| 
						 | 
				
			
			@ -191,7 +191,7 @@ static void uhci_ioport_writew(void *opaque, uint32_t addr, uint32_t val)
 | 
			
		|||
            uhci_reset(s);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        if (val & UHCI_CMD_GRESET) {
 | 
			
		||||
        if (val & UHCI_CMD_HCRESET) {
 | 
			
		||||
            uhci_reset(s);
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue