Changes between Version 5 and Version 6 of winusb_driver_installation
- Timestamp:
- 02/12/10 22:24:29 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
winusb_driver_installation
v5 v6 33 33 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]] 34 34 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" 36 36 * VendorID = "VID_045E" 37 37 * ProductID = "PID_0289" 38 38 * 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]] 40 40 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 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]]