Changes between Version 5 and Version 6 of winusb_driver_installation


Ignore:
Timestamp:
02/12/10 22:24:29 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • winusb_driver_installation

    v5 v6  
    3333  1. Let's consider for instance that we are installing a single interface Microsoft XBox Controller, with hardware ID: 'USBVID_045E&PID_0289', for which we have generated GUID '77A67990-822C-4BEF-B37A-9FB192BEC9AB'[[BR]] 
    3434  The relevant section of the 'libusb_device.inf' that we would change then are as follows:[[BR]] 
    35     * DeviceName = "Microsoft XBox Controller Type S" 
     35    * !DeviceName = "Microsoft XBox Controller Type S" 
    3636    * VendorID = "VID_045E" 
    3737    * ProductID = "PID_0289" 
    3838    * DeviceGUID = "{77A67990-822C-4BEF-B37A-9FB192BEC9AB}"[[BR]] 
    39   Note that DeviceName can be any string that you want your device to be identified with in Device Manager.[[BR]] 
     39  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]] 
    4141  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]]