Changes between Version 18 and Version 19 of libwdi/usage


Ignore:
Timestamp:
06/11/10 19:16:11 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/usage

    v18 v19  
    205205 
    206206  '''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]] 
    208208    '''WDI_ERROR_INVALID_PARAM''' if either one of the parameters is NULL or if driver_type is not WDI_WINUSB or WDI_LIBUSB.[[BR]] 
    209209    '''WDI_ERROR_NOT_FOUND''' if the device_info is missing a description string.[[BR]] 
     
    212212 
    213213  '''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]] 
    215215    To find out more about the use of user supplied driver files, please see the [wiki:libwdi_install libwdi installation and configuration guide]. 
    216216}}}