]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/usbMuxUart/output_com.c
Adding proper remote wake-up support
[kiibohd-controller.git] / Output / usbMuxUart / output_com.c
index 6aa07e933e5ea3ad752f8520337c96ab5ba02677..00fbff68bc3160fecd008f9dc5c7a0105af489b3 100644 (file)
@@ -734,10 +734,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() );