Changes between Version 16 and Version 17 of libwdi/usage


Ignore:
Timestamp:
06/11/10 12:46:42 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • libwdi/usage

    v16 v17  
    202202    '''path''': the directory where the inf should be created[[BR]] 
    203203    '''inf_name''': the name of the inf to generate (including the .inf extension)[[BR]] 
    204     '''driver_type''': must be either '''WDI_WINUSB''', '''WDI_LIBUSB''' or '''WDI_USER''', depending on whether the device should use the WinUSB, libusb0.sys or a custom user driver 
     204    '''driver_type''': must be either '''WDI_WINUSB''', '''WDI_LIBUSB''' or '''WDI_USER''', depending on whether the device should use WinUSB, libusb0.sys or a custom user driver 
    205205 
    206206  '''Return value:''' 
     
    210210    '''WDI_ERROR_ACCESS''' if the destination directory, the inf file, or any of the required subdirectories for extraction, cannot be accessed or created.[[BR]] 
    211211    '''WDI_ERROR_BUSY''' if another instance of this function call is in process. 
     212 
     213  '''Remarks:''' 
     214    To use your own custom driver, please see the [wiki:libwdi_install libwdi installation and configuration guide]. 
    212215}}} 
    213216|----------------