• Greg Kroah-Hartman's avatar
    USB: Driver to charge USB blackberry devices · df23fa01
    Greg Kroah-Hartman authored
    A simple driver to turn on the charging capability of a USB BlackBerry
    device when it is plugged into the machine.  It does not bind to the
    device, so all userspace programs can still sync properly with it.
    
    Note, if CONFIG_USB_SUSPEND is enabled, it can play havoc with this
    device as the power to the port will be shut down.  This device id will
    have to be added to the global blacklist table when it is created.
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    df23fa01
berry_charge.c 3.65 KB