Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>Why isn't power getting to the device without the driver?</p> </blockquote> <p>USB ports are always powered when the computer is on and the USB control software hasn't detected current overdraw.</p> <blockquote> <p>Is a driver always required for a USB port to start giving power?</p> </blockquote> <p>No, the USB port is always required to start off providing power to the device, otherwise the device could never initiate a connection.</p> <blockquote> <p>Or is it this device that's specifically made not to take a charge unless some software routine triggers it to do so?</p> </blockquote> <p>This can be complex. To meet the USB spec a device cannot pull more than a few mA until it's registered with the computer.</p> <p>However, nearly every computer allows the USB port to pull the full 500mA (and more) before it'll shut the power off.</p> <p>The device you're charging is being nice by not pulling any significant power until the computer gives permission.</p> <p>Writing software won't help, the device has to register with the USB bus, which will best be done with the driver.</p> <p>However, the plug in charger doesn't do that. It likely has shorted the two data lines of the USB plug together, which signals the USB device that it's not connected to a computer and can pull the full 500mA without waiting.</p> <p>Take a USB extension cable, cut off the jacket, and short the data lines (green and yellow, sometimes) together on the end going to the USB device, and leave them cut without touching anything on the end going to the PC, and leave the read and black power wires connected through.</p> <p>It might work. If not, take the wall charger apart and find out what it's doing with each of the four USB wires, and see if you can duplicate that.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload