]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/pjrcUSB/output_com.c
Adding proper remote wake-up support
[kiibohd-controller.git] / Output / pjrcUSB / output_com.c
index 39ee0b0c188262c77ca3b84ffd0f4a5196bce7a8..082c42bc0b47722b6d509dee7222053c19db4206 100644 (file)
@@ -713,10 +713,12 @@ void Output_update_usb_current( unsigned int current )
        // Update USB current
        Output_USBCurrent_Available = current;
 
+       /* XXX Affects sleep states due to USB messages
        unsigned int total_current = Output_current_available();
        info_msg("USB Available Current Changed. Total Available: ");
        printInt32( total_current );
        print(" mA" NL);
+       */
 
        // Send new total current to the Scan Modules
        Scan_currentChange( Output_current_available() );