USB: Driver to charge USB blackberry devices
commitdf23fa01acc77444453633e1dec59cd7a4ea8ec3
authorGreg Kroah-Hartman <gregkh@suse.de>
Sat, 13 Jan 2007 18:57:42 +0000 (13 10:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Feb 2007 23:32:17 +0000 (16 15:32 -0800)
treeedfd5471e69dcc8b3e031066117d07cb647b3a92
parent8903795a5275e0366acf961190c57074ad27f9bb
USB: Driver to charge USB blackberry devices

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: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/Makefile
drivers/usb/misc/Kconfig
drivers/usb/misc/Makefile
drivers/usb/misc/berry_charge.c [new file with mode: 0644]