Make the usbtool README more clear

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18082 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-07-17 10:40:20 +00:00
parent 05a756db86
commit f3c26a537e

View file

@ -13,6 +13,11 @@ When you're on Windows, install MingW32 and LibUSB-Win32 and edit "Makefile" to
make sure "WIN_DRIVERS_LIBUSB_DIR" is set correctly.
For cleaning: "make clean-win"
When Windows pops up the window when it needs drivers for a "Jz4740 USB Boot
Device" (VID=601A, PID=4740), point it to the windows_driver/ directory.
On Linux there's no driver installation, everything is handled through LibUSB.
That's all!