https://bugs.winehq.org/show_bug.cgi?id=49165
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- For what it's worth, Wine does mostly have a proper implementation of layered drivers; we use it for PnP drivers. What blocks this bug is (1) the relevant driver loads in a different address space from the device it's trying to access, because we currently separate most drivers from each other; (2) we don't send all file access to the relevant device anyway. (1) may be solvable, depending on the reasons for doing it, but (2) almost certainly makes this a WONTFIX.