On Fri Aug 9 16:35:45 2024 +0000, Paul Gofman wrote:
Regarding the dbus part, is it decided that a separate driver is needed? I am thinking of attempting to approach suspend / resume notifications support which have to be based on dbus as event source. Can't we just have dbus interface in win32u.so instead of adding separate drivers on every occasion? @rbernon @jacek any opinion?
Sorry, I realized my question is a bit off, there is no driver for dbus interfacing per se. I'd rather want to ask what if I try to add just a dbus.c to server any possible dbus interaction in the future, so whatever win32u part is interested in interacting with it would just call the functions directly, without introducing a generic internal driver interfaces on this level?