Use locally defined structure.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5569 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									1572a18cc6
								
							
						
					
					
						commit
						e41b39105b
					
				@ -788,7 +788,7 @@ static int usb_linux_update_endp_table(USBHostDevice *s)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    uint8_t *descriptors;
 | 
					    uint8_t *descriptors;
 | 
				
			||||||
    uint8_t devep, type, configuration, alt_interface;
 | 
					    uint8_t devep, type, configuration, alt_interface;
 | 
				
			||||||
    struct usbdevfs_ctrltransfer ct;
 | 
					    struct usb_ctrltransfer ct;
 | 
				
			||||||
    int interface, ret, length, i;
 | 
					    int interface, ret, length, i;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ct.bRequestType = USB_DIR_IN;
 | 
					    ct.bRequestType = USB_DIR_IN;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user