 
            On Fri Oct 3 11:36:12 2025 +0000, Vibhav Pant wrote:
But are there actual cases of device properties not known by propsys?
Hm, It depends on what you mean by "actual cases". It's definitely possible to set a custom property key for a device/device interface that is not known to propsys. Every property key in `devpropkey.h` has an associated canonical name, so the custom property syntax is meant for properties that aren't registered with propsys.
Yes, but is this going to ever happen in practice? I don't want to mind much but in general I think we can and should avoid special cases where it's never going to be needed. Sure, in theory drivers could add custom properties, but we are not very likely going to ever support actual drivers in Wine.