[Wine] Cypress USB driver emulation

elvez84 at gmail.com elvez84 at gmail.com
Mon Mar 19 00:50:45 CDT 2007


Hi, I'm attempting to port an application which uses the Cypress CyAPI,
which is Windows only, though I don't know if wine can handle device
drivers or such low-level stuff.
Anyway, I tried to develop a little prototype to run under wine, hoping
it would provide with some insight.
But this is the output I get:

 fixme:setupapi:SetupDiGetClassDevsW : returning empty list
 fixme:setupapi:SetupDiEnumDeviceInterfaces 0x165cb8, (nil),
 {ae18aa60-7f6a-11d4-97dd-00010229b959}, 0x00000000, 0x34fc2c
 fixme:setupapi:SetupDiGetClassDevsW : returning empty list
 fixme:setupapi:SetupDiEnumDeviceInterfaces 0x165cb8, (nil),
{ae18aa60-7f6a-11d4-97dd-00010229b959}, 0x00000000, 0x34fd00

So I suppose the fuctions SetupDiGetClassDevsW and
SetupDiEnumDeviceInterfaces, which are required by the API are not
implemented. Am I right? Can I hope they'll be developed anytime soon?
I heard about NdisWrapper, do you think I should give it a try?

Thanks in advance,

Luca



More information about the wine-users mailing list