https://bugs.winehq.org/show_bug.cgi?id=52765
Bug ID: 52765 Summary: LeoBodnar GPSDO isn't detected / doesn't work Product: Wine Version: 7.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: hid Assignee: wine-bugs@winehq.org Reporter: zbox@atlas.cz Distribution: ---
Created attachment 72135 --> https://bugs.winehq.org/attachment.cgi?id=72135 # lsusb -v -d 1dd2:2210
It's HID device. HW: http://www.leobodnar.com/shop/index.php?main_page=product_info&cPath=107... SW: http://www.leobodnar.com/files/GPSClockConfigV9.12.exe
$ rpm -q wine wine-7.5-1.fc34.x86_64
$ ls -l /dev/hidraw0 crw-rw-rw-. 1 root root 240, 0 Apr 2 23:16 /dev/hidraw0
$ export WINEDEBUG=trace+hid,trace+hid_report,trace+plugplay
$ wine cmd Microsoft Windows 6.1.7601
Z:\var\tmp>net start winebus The Wine HID bus service is starting. Service already running.
Z:\var\tmp>GPSClockConfigV9.12.exe
https://bugs.winehq.org/show_bug.cgi?id=52765
--- Comment #1 from Jaroslav Škarvada zbox@atlas.cz --- Created attachment 72136 --> https://bugs.winehq.org/attachment.cgi?id=72136 Debug log
https://bugs.winehq.org/show_bug.cgi?id=52765
Jaroslav Škarvada zbox@atlas.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zbox@atlas.cz
https://bugs.winehq.org/show_bug.cgi?id=52765
--- Comment #2 from Jaroslav Škarvada zbox@atlas.cz --- It's just never ending loop of: 0104:trace:hid:HidD_GetHidGuid guid {00000000-0000-0000-0000-000000000000}. 0104:trace:hid:HidD_GetAttributes file 00000094, attributes 00560BC4. 0078:trace:hid:pdo_create Open handle on device 0064C1A8 0078:trace:hid:pdo_ioctl device 0064C1A8 code 0xb01a8 0078:trace:hid:pdo_close Close handle on device 0064C1A8 0104:trace:hid:HidD_GetAttributes file 00000094, attributes 00560BC4. 0078:trace:hid:pdo_create Open handle on device 0064E7F8 0078:trace:hid:pdo_ioctl device 0064E7F8 code 0xb01a8 0078:trace:hid:pdo_close Close handle on device 0064E7F8
https://bugs.winehq.org/show_bug.cgi?id=52765
--- Comment #3 from Jaroslav Škarvada zbox@atlas.cz --- I cannot match the device with the messages from the wine log. If I am not mistaken from the wine log the HID device it tries to parse is keyboard not the GPSDO.
https://bugs.winehq.org/show_bug.cgi?id=52765
--- Comment #4 from Jaroslav Škarvada zbox@atlas.cz --- I.e. the descriptors from the lsusb report don't match those from the debug log. It seems to me it's not talking to the correct device.
With the GE-Proton7-9 it works.
https://bugs.winehq.org/show_bug.cgi?id=52765
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|zbox@atlas.cz | URL| |http://www.leobodnar.com/fi | |les/GPSClockConfigV9.12.exe Keywords| |download, hardware