Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
This commit is contained in:
		
							parent
							
								
									430973263b
								
							
						
					
					
						commit
						590d9b5ff8
					
				
					 40 changed files with 80 additions and 79 deletions
				
			
		|  | @ -121,7 +121,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = | |||
| 			.EndpointAddress        = MASS_STORAGE_IN_EPADDR, | ||||
| 			.Attributes             = (EP_TYPE_BULK | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA), | ||||
| 			.EndpointSize           = MASS_STORAGE_IO_EPSIZE, | ||||
| 			.PollingIntervalMS      = 0x01 | ||||
| 			.PollingIntervalMS      = 0x05 | ||||
| 		}, | ||||
| 
 | ||||
| 	.MS_DataOutEndpoint = | ||||
|  | @ -131,7 +131,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = | |||
| 			.EndpointAddress        = MASS_STORAGE_OUT_EPADDR, | ||||
| 			.Attributes             = (EP_TYPE_BULK | ENDPOINT_ATTR_NO_SYNC | ENDPOINT_USAGE_DATA), | ||||
| 			.EndpointSize           = MASS_STORAGE_IO_EPSIZE, | ||||
| 			.PollingIntervalMS      = 0x01 | ||||
| 			.PollingIntervalMS      = 0x05 | ||||
| 		} | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dean Camera
						Dean Camera