Changes between Version 3 and Version 4 of winusb_driver_installation


Ignore:
Timestamp:
02/12/10 19:16:23 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • winusb_driver_installation

    v3 v4  
    3939  Note that DeviceName can be any string that you want your device to be identified with in Device Manager.[[BR]] 
    4040  Also, make sure that you don't forget the double quotes for each element, and the round brackets around the GUID, if it wasn't already present. The other values in the file don't really need to be modified, unless you know exactly what you are doing.[[BR]] 
    41   9. Once you have saved your modified .inf file, you should go back to Device Manager and proceed as follows:[[BR]][[BR]] 
     41  9. Once you have saved your modified .inf file, you should go back to Device Manager, right click on your device, and select "Update Driver Software":[[BR]][[BR]] 
    4242  [[Image(dev06.png)]][[BR]][[BR]] 
    43   1. [[Image(dev07.png)]][[BR]][[BR]] 
    44   1. [[Image(dev08.png)]][[BR]][[BR]] 
     43  1. On the prompt, select "Browse my computer for driver software"[[BR]][[BR]] 
     44  [[Image(dev07.png)]][[BR]][[BR]] 
     45  1. Then click "Browse", select the directory where you have placed the .inf file and click "Next"[[BR]][[BR]] 
     46  [[Image(dev08.png)]][[BR]][[BR]] 
     47  1. On 64 bit platforms, you might get the following warning, which is benign and for which you should select "Install this driver software anyway"[[BR]][[BR]] 
     48  [[Image(dev11.png)]][[BR]][[BR]] 
     49  1. When the process is completed, you should get to the following screen[[BR]][[BR]] 
     50  [[Image(dev12.png)]][[BR]][[BR]] 
     51  1. And finally, you can check that your device is listed in the "libusb (WinUSB) devices" category[[BR]][[BR]] 
     52  [[Image(dev13.png)]][[BR]][[BR]] 
     53 
     54Congratulations - you can now start using your device with libusb.