This file is part of the Barry project:
http://www.netdirect.ca/software/packages/barry/index.php http://sourceforge.net/projects/barry
Compile with the following command (needs libusb):
g++ -o breset breset.cc -lusb
Definition in file breset.cc.
#include <usb.h>
#include <stdio.h>
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | VENDOR_RIM 0x0fca |
#define | PRODUCT_RIM_BLACKBERRY 0x0001 |
#define | PRODUCT_RIM_PEARL_DUAL 0x0004 |
#define | PRODUCT_RIM_PEARL_8120 0x8004 |
#define | PRODUCT_RIM_PEARL 0x0006 |
#define | BLACKBERRY_INTERFACE 0 |
#define | BLACKBERRY_CONFIGURATION 1 |
Functions | |
bool | reset (struct usb_device *dev) |
int | main () |