https://bugs.winehq.org/show_bug.cgi?id=42225 Samuele <sguerrini97(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.0-rc5 |unspecified --- Comment #6 from Samuele <sguerrini97(a)gmail.com> --- in dlls/winebus.sys/bus_udev.c line 354 if (length + 1 > sizeof(feature_buffer)) should be if (length + 1 > sizeof(buffer)) (?) Device get recognized after this change but it cannot read any card even if no error is displayed. Running with WINEDEBUG=+hid I don't see anything strange. -- 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.