|
From: Dan E. <Dan...@ne...> - 2006-05-05 09:26:05
|
As Stephan says, you can't explicitly set the address from windows since it's done by the USB stack, and if a user program tried to change it independantly the framework would go wrong. =20 You don't use the device address for transfers but the handle of the device obtained from libusb. =20 Dan. ________________________________ From: lib...@li... [mailto:lib...@li...] On Behalf Of Andrew Xiang Sent: 05 May 2006 02:07 To: lib...@li... Subject: [Libusb-win32-devel] USB_REQ_SET_ADDRESS not implemented I notice that USB_REQ_SET_ADDRESS is not supported, And there is no support for address for the bulkwrite/read? =20 how come? =20 thanks Andrew =20 |