README
======

You will require libusb installed on your GNU/Linux system.

Run the following to compile it:

	make

The 'main' executable will be built. Plug-in your USB device, and run main as follows:

	sudo ./main <vendor-name>

For example,

	sudo ./main sandisk

Or, simply run it as root:

	./main sandisk

After you have run it once, the driver for the USB mass-storage device will be detached. So, you need to replug the device and re-run the program to test it.

License
-------
Code is released under GNU General Public License (GPL).

Author
------
Shakthi Kannan
shakthimaan@gmail.com
http://www.shakthimaan.com