From: Xiaofan C. <xia...@gm...> - 2024-05-17 05:41:01
|
No. That libusbk inf wizard is not part of libusb-win32 project, but rather part of libusbK project. You can use the bundled Zadig utility to install libusb-win32 1.4.0 device driver. You can also use libwdi wdi-simple example as a template to write your own driver installer. https://github.com/pbatard/libwdi/tree/master/examples Regards, Xiaofan On Fri, May 17, 2024, 12:53 Mayur Purandare <may...@gm...> wrote: > Hello, > A kind reminder. Is there any inf wizard utility available to create the > 1.4.0.0 driver? > Kindly let me know. > > Thank you > > Regards, > Mayur > > > On Tue, 14 May, 2024, 10:19 am Mayur Purandare, < > may...@gm...> wrote: > >> Hello Tormod, >> >> Firstly, apologies for posting the wrong link. >> We had created this driver using the INF Wizard. (The Screenshot is in >> the attachment.) as mentioned in the first comment of the link below. >> >> ==>> https://sourceforge.net/p/libusb-win32/support-requests/65/ >> (A screenshot of the comment is included) >> >> Is there any similar Driver Package creator available for version 1.4.0.0? >> >> Also, will it resolve the error we are facing >> i.e. URB_FUNCTION_ABORT_PIPE or are there any more settings we need to do >> while invoking this? >> (We are calling the communication functions in Asynchronous Methods.) >> >> Kindly let us know. >> >> Thank you. >> >> Regards, >> Mayur >> >> >> >> On Mon, 13 May 2024 at 13:08, Tormod Volden <lis...@gm...> >> wrote: >> >>> On Mon, May 13, 2024 at 3:38 AM Mayur Purandare wrote: >>> >>> > Thank you very much for your reply regarding the updated version. >>> > However, is there any installable available for this version as it is >>> there for 1.2.6.0 (link below) >>> >>> I believe you can use the zadig_2.8_mod_1400.exe executable to install >>> the driver. This is zadig 2.8 modified to include libusb0.sys 1.4.0.0. >>> >>> > >>> https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.6.0/libusb-win32-devel-filter-1.2.6.0.exe/download >>> > >>> > The install exe available at the above link is also signed so that it >>> can run on Windows 10 and 11. >>> >>> Do you use libusb0.sys as a filter driver? >>> >>> Tormod >>> >>> >>> _______________________________________________ >>> Libusb-win32-devel mailing list >>> Lib...@li... >>> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel >>> >> _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > |