https://bugs.winehq.org/show_bug.cgi?id=42225
Samuele sguerrini97@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|2.0-rc5 |unspecified
--- Comment #6 from Samuele sguerrini97@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.