Just a quick C++ app written for Ubuntu 7.01.  Enables users to take advantage of charging usb devices (specifically blackberry devices) in Linux without needing the actual driver.  In order to install you must install libusb via apt.  In order to compile run the following command: g++ -o acharge acharge.cc -lusb.

Files are located here: aCharge.cc | aCharge (binary)