https://bugs.winehq.org/show_bug.cgi?id=48833
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- (In reply to bno1 from comment #1)
With the latest wine-staging master (starting with commit f23b6cb7dce86844b97f6b0c9a8e9c58de7b5875 to be exact), user32-rawinput-mouse is a dependency for eventfd_synchronization, which I don't want to exclude. I tried excluding only the user32-rawinput-mouse-experimental and user32-rawinput-hid patches, but the problem still persists.
It's not a hard dependency; it's just a side effect of the two patches touching the same code. It should be easy to manually rebase. (In fact, I think `git am -C1` could achieve this. The new ./staging/patchinstall.py script, although still under construction, has an option to use that as a backend.)