Changes between Version 16 and Version 17 of libwdi/usage
- Timestamp:
- 06/11/10 12:46:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libwdi/usage
v16 v17 202 202 '''path''': the directory where the inf should be created[[BR]] 203 203 '''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 theWinUSB, libusb0.sys or a custom user driver204 '''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 205 205 206 206 '''Return value:''' … … 210 210 '''WDI_ERROR_ACCESS''' if the destination directory, the inf file, or any of the required subdirectories for extraction, cannot be accessed or created.[[BR]] 211 211 '''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]. 212 215 }}} 213 216 |----------------