Changes between Version 18 and Version 19 of libwdi/usage
- Timestamp:
- 06/11/10 19:16:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/usage
v18 v19 205 205 206 206 '''Return value:''' 207 '''WDI_SUCCESS''' if the inf file was successfully created.[[BR]]207 '''WDI_SUCCESS''' if the driver files were successfully extracted (WDI_USER) and the inf file was successfully generated (WDI_WINUSB, WDI_LIBUSB only).[[BR]] 208 208 '''WDI_ERROR_INVALID_PARAM''' if either one of the parameters is NULL or if driver_type is not WDI_WINUSB or WDI_LIBUSB.[[BR]] 209 209 '''WDI_ERROR_NOT_FOUND''' if the device_info is missing a description string.[[BR]] … … 212 212 213 213 '''Remarks:''' 214 If driver type is '''WDI_USER''', the device_info and inf_name paramaters are ignored and the custom driver files are extracted only.[[BR]]214 If driver type is '''WDI_USER''', the device_info and inf_name paramaters are ignored and the driver files are extracted only. An inf is not generated in this case.[[BR]] 215 215 To find out more about the use of user supplied driver files, please see the [wiki:libwdi_install libwdi installation and configuration guide]. 216 216 }}}