On 4/16/21 9:45 AM, Alexandre Julliard wrote:
Zebediah Figura z.figura12@gmail.com writes:
Signed-off-by: Zebediah Figura z.figura12@gmail.com
dlls/hidclass.sys/device.c | 237 +++++++------------ dlls/hidclass.sys/hid.h | 67 ++++-- dlls/hidclass.sys/pnp.c | 334 ++++++++++++++++++++------- dlls/ntoskrnl.exe/tests/driver_hid.c | 2 +- 4 files changed, 376 insertions(+), 264 deletions(-)
This is triggering a FIXME on every startup:
$ ./wine notepad 008c:fixme:plugplay:pdo_pnp_dispatch Unhandled function 00000007
Evidently I was so inured to that during development that I forgot to actually fix it. I've sent https://source.winehq.org/patches/data/204007 as an additional patch to silence the fixme.