http://bugs.winehq.org/show_bug.cgi?id=35904 Alois Schlögl <alois.schloegl@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Alois Schlögl <alois.schloegl@gmail.com> --- (In reply to Alois Schlögl from comment #6)
Created attachment 80277 [details] retested MC700B with WINEDEBUG=WINEDEBUG=+usb,+wineusb,+plugplay,+hid,+rawinput,+dinput,+xinput, +input
I'm not sure whether this is really a hidusb device (hidviz recognizes the device, but files when trying to access it). Therefore, I retested with extended set of WINEDEBUG flags.
I retested this with wine-11.4, and it seems this bug can be closed. I was ablet to use to software to communicate and control the device, after changing the permissions like this. sudo chmod 0666 /dev/hidraw1 I was identifying the dev The device name was obtained by checking syslog/journalctl when plugging in the device. In my case, Mar 11 08:29:03 pascal kernel: usb 1-1: USB disconnect, device number 61 Mar 11 08:29:04 pascal kernel: usb 1-1: new full-speed USB device number 63 using xhci_hcd Mar 11 08:29:04 pascal kernel: usb 1-1: config 1 interface 0 altsetting 0 has 2 endpoint descriptors, different from the interface descriptor> Mar 11 08:29:04 pascal kernel: usb 1-1: New USB device found, idVendor=09c0, idProduct=0136, bcdDevice=12.34 Mar 11 08:29:04 pascal kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 11 08:29:04 pascal kernel: usb 1-1: Product: MultiClamp 700B. Mar 11 08:29:04 pascal kernel: usb 1-1: Manufacturer: AXON INSTRUMETS INC. Mar 11 08:29:04 pascal kernel: usb 1-1: SerialNumber: 00838179 Mar 11 08:29:04 pascal kernel: hid-generic 0003:09C0:0136.0063: hiddev0,hidraw1: USB HID v1.10 Device [AXON INSTRUMETS INC. MultiClamp 700B.]> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.