http://bugs.winehq.org/show_bug.cgi?id=26035
Summary: ChipGenius cannot detect USB device Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mountmgr.sys AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
ChipGenius is a small green software for detecting USB pid/vid ,it returns the device name, interface speed, serial number, equipment version, and provides relevant information to download address.
See http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-... for a google translated introduction.
ChipGenius can be download free on its website ( http://dl.mydigit.net/2010/09/chipgenius.html ) , or a personal mirror here: https://docs.google.com/leaf?id=0BxjsxTbiBaUHMDI5OWIxYTktZDBkOS00ODE3LWExOWM...
Normally on WinXP, while running ChipGenius, it will draw a device tree and auto detect usb devices and redraw device tree whenever a usb device is pluging or unpluging. However, ChipGenius didn't draw any device tree on wine.
Here is the log: $ winetricks -q vb6run $ wine '/home/fracting/Wine/USB/ChipGenius/ChipGenius.exe' err:menubuilder:init_xdg error looking up the desktop directory fixme:ole:OleLoadPictureEx (0xa1f5ec,1414,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6d4), partially implemented. fixme:ole:OleLoadPictureEx (0xa1f5ec,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4), partially implemented. fixme:ole:OleLoadPictureEx (0xa1f5ec,1354,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4), partially implemented. fixme:ole:OleLoadPictureEx (0xa1f5ec,2238,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4), partially implemented. fixme:ole:OLEPictureImpl_SaveAsFile (0x18ae50)->(0x198fb8, 0, (nil)), hacked stub. fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d1400 fixme:win:RegisterDeviceNotificationA (hwnd=0x1006e, filter=0x32f82c,flags=0x00000000) returns a fake device notification handle! fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB! fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393} fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393} fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393} fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393} fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393} fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393} fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393} fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
I also test chipgenius with Alexander Morozov's USB patchset, but it doesn't work either.
Best regards :-)