V-USB remote wakeup (#7627)
* V-USB remote wakeup Backport from tmk/tmk_keyboard@391c979be7 * Change vusb.c remote wake config as per fauxpark's suggestion
This commit is contained in:
		
							parent
							
								
									c3c2eb71e1
								
							
						
					
					
						commit
						845953cc67
					
				
					 2 changed files with 21 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -521,11 +521,7 @@ const PROGMEM usbConfigurationDescriptor_t usbConfigurationDescriptor = {
 | 
			
		|||
#    endif
 | 
			
		||||
        .bConfigurationValue = 0x01,
 | 
			
		||||
        .iConfiguration      = 0x00,
 | 
			
		||||
#    if USB_CFG_IS_SELF_POWERED
 | 
			
		||||
        .bmAttributes        = (1 << 7) | USBATTR_SELFPOWER,
 | 
			
		||||
#    else
 | 
			
		||||
        .bmAttributes        = (1 << 7),
 | 
			
		||||
#    endif
 | 
			
		||||
        .bmAttributes        = (1 << 7) | USBATTR_REMOTEWAKE,
 | 
			
		||||
        .bMaxPower           = USB_MAX_POWER_CONSUMPTION / 2
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue