Skip to content

Commit

Permalink
USB: remove the berry_charge driver
Browse files Browse the repository at this point in the history
The Barry project's userspace program, bcharge, can better handle this
device and functionality, and it also works with the latest phones,
which this driver does not support.  So remove it, as the userspace code
should be used instead.

Cc: Chris Frey <cdfrey@foursquare.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Mar 2, 2010
1 parent 2a9d008 commit a8d4211
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 195 deletions.
11 changes: 0 additions & 11 deletions drivers/usb/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,6 @@ config USB_LCD
To compile this driver as a module, choose M here: the
module will be called usblcd.

config USB_BERRY_CHARGE
tristate "USB BlackBerry recharge support"
depends on USB
help
Say Y here if you want to connect a BlackBerry device to your
computer's USB port and have it automatically switch to "recharge"
mode.

To compile this driver as a module, choose M here: the
module will be called berry_charge.

config USB_LED
tristate "USB LED driver support"
depends on USB
Expand Down
1 change: 0 additions & 1 deletion drivers/usb/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

obj-$(CONFIG_USB_ADUTUX) += adutux.o
obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o
obj-$(CONFIG_USB_BERRY_CHARGE) += berry_charge.o
obj-$(CONFIG_USB_CYPRESS_CY7C63)+= cypress_cy7c63.o
obj-$(CONFIG_USB_CYTHERM) += cytherm.o
obj-$(CONFIG_USB_EMI26) += emi26.o
Expand Down
183 changes: 0 additions & 183 deletions drivers/usb/misc/berry_charge.c

This file was deleted.

0 comments on commit a8d4211

Please sign in to comment.