Fix to HID device mode Class driver, so that new reports are compared against the old, and updated reports made within the idle period are sent immediately to the host.
This commit is contained in:
		
							parent
							
								
									ec079c71d8
								
							
						
					
					
						commit
						72932e2780
					
				
					 9 changed files with 30 additions and 32 deletions
				
			
		| 
						 | 
				
			
			@ -57,8 +57,6 @@ USB_ClassInfo_HID_Device_t Keyboard_HID_Interface =
 | 
			
		|||
 | 
			
		||||
				.ReportINEndpointNumber  = KEYBOARD_EPNUM,
 | 
			
		||||
				.ReportINEndpointSize    = KEYBOARD_EPSIZE,
 | 
			
		||||
				
 | 
			
		||||
				.ReportINBufferSize      = sizeof(USB_KeyboardReport_Data_t),
 | 
			
		||||
			},
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue