http://bugs.winehq.org/show_bug.cgi?id=26977
--- Comment #2 from fracting fracting@gmail.com 2011-04-30 13:26:36 CDT --- (In reply to comment #1)
fixmes are not bugs. What's the actual problem?
It is a bit complex:
I'm trying to run tokenadmin.exe on wine.
On WinXP, if I kill scardsvr.exe, tokenadmin.exe will failed to list the smart card readers, so I conclude that tokenadmin.exe required scardsvr.exe .
When I try to run scardsvr.exe as a service on wine, I get the "fixme:win:RegisterDeviceNotificationA" , When I run tokenadmin.exe on wine, I get the same fixme message as well.
The "actual problem" is, tokenadmin.exe won't work, and I don't think scardsvr.exe works either. However, even RegisterDeviceNotificationA is implemented, I don't think tokenadmin.exe will work ( Here "work" means can detect my usbkey, which required native usb drivers). Sense wine does not support native usb driver yet, I don't expect this bug report will bring me a useful tokenadmin.exe, I'm just trying to decompose the complex problem to serveral minor issues and then report separate bugs, I wonder if RegisterDeviceNotificationA is implemented, how far can I get my tokenadmin.exe work (with the unofficial usb patchset).
If I've posted an invalid report, please ignore it, sorry for that :( If possible, what should I append to make this report useful? Maybe a simple test case to prove that scardsvr.exe don't work?
BTW, WineReleaseCriteria says wine1.4 will bring USB support, I wonder how is the progress now?