|
From: Krakora, R. V <rob...@de...> - 2007-08-23 14:53:18
|
I am receiving Isochronous packets from a streaming audio device and I am seeing it take 200 to 700 milliseconds after all of the packets have been received before the completion routine in the driver is called. However, the packets themselves have nice 999.999 uS spacing. I have control and interrupt endpoints open as well. Rob Krakora Software Engineer Delphi Electronics & Safety e-mail: rob...@de... phone: 765-451-8574 -----Original Message----- From: lib...@li... [mailto:lib...@li...] On Behalf Of lib...@li... Sent: Monday, August 20, 2007 3:04 PM To: lib...@li... Subject: Libusb-win32-devel Digest, Vol 15, Issue 17 Send Libusb-win32-devel mailing list submissions to lib...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel or, via email, send a message with subject or body 'help' to lib...@li... You can reach the person managing the list at lib...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Libusb-win32-devel digest..." Today's Topics: 1. Re: how can I pre-install libusb drivers? (Xiaofan Chen) ---------------------------------------------------------------------- Message: 1 Date: Mon, 20 Aug 2007 07:44:23 +0800 From: "Xiaofan Chen" <xia...@gm...> Subject: Re: [Libusb-win32-devel] how can I pre-install libusb drivers? To: "Benedikt Sauter" <sa...@si...>, lib...@li... Message-ID: <a27...@ma...> Content-Type: text/plain; charset=3DISO-8859-1 On 8/19/07, Benedikt Sauter <sa...@si...> wrote: > Hello, > > Did anybody know how I can pre install libusdrivers? > > I have an multi device, which can be get by an program different > firmwares. Each firmware normally means an own usb device. > > http://www.embedded-projects.net/usbprog (there is an screenshot for > better association) > > Now I have to pre install all possible important drivers. But How? Has > got anybody a hint? > Stephan has already done that for you. You need Inno Setup. Read the template Inno Setup file libusb\examples\driver_installer_template.iss. [quote] ; This examples demonstrates how libusb's drivers ; can be installed automatically along with your ; application using an installer. ; ; Requirements: Inno Setup (http://www.jrsoftware.org/isdl.php) "; To use this script, do the following: ; - copy libusb's driver (libusb0.sys, libusb0.dll) to this folder ; - create an .inf and .cab file using libusb's 'inf-wiward.exe' ; and save the generated files in this folder. ; - in this script replace <your_inf_file.inf> with the name of your .inf file ; - customize other settings (strings) ; - open this script with Inno Setup ; - compile and run" [/quote] It works for me under Windows XP SP2. Hope this helps. Regards, Xiaofan ------------------------------ ------------------------------------------------------------------------ - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ------------------------------ _______________________________________________ Libusb-win32-devel mailing list Lib...@li... https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel End of Libusb-win32-devel Digest, Vol 15, Issue 17 ************************************************** ***************************************************************************= ************* Note: If the reader of this message is not the intended recipient, or an= employee or agent responsible for delivering this message to the intended= recipient, you are hereby notified that any dissemination, distribution or= copying of this communication is strictly prohibited. If you have received= this communication in error, please notify us immediately by replying to= the message and deleting it from your computer. Thank you.=20 ***************************************************************************= ************* |