Log device's available CIDs
This commit is contained in:
		@@ -141,6 +141,7 @@ void Device::divert_buttons()
 | 
				
			|||||||
            if(disconnected)
 | 
					            if(disconnected)
 | 
				
			||||||
                return;
 | 
					                return;
 | 
				
			||||||
            uint16_t cid = irc.getControlInfo(i).control_id;
 | 
					            uint16_t cid = irc.getControlInfo(i).control_id;
 | 
				
			||||||
 | 
					            log_printf(DEBUG, "Available CID: 0x%x!", cid);
 | 
				
			||||||
            uint8_t flags = 0;
 | 
					            uint8_t flags = 0;
 | 
				
			||||||
            flags |= HIDPP20::IReprogControls::ChangeTemporaryDivert;
 | 
					            flags |= HIDPP20::IReprogControls::ChangeTemporaryDivert;
 | 
				
			||||||
            flags |= HIDPP20::IReprogControls::ChangeRawXYDivert;
 | 
					            flags |= HIDPP20::IReprogControls::ChangeRawXYDivert;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user