1. 17 2月, 2007 1 次提交
    • G
      USB: Driver to charge USB blackberry devices · df23fa01
      Greg Kroah-Hartman 提交于
      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: NGreg Kroah-Hartman <gregkh@suse.de>
      df23fa01