graphics driver capabilities data in PhSysInfo_t

When I start my input driver devi-elo I keep getting error
“Error: found graphics region with no capabilities data”

The driver works fine, I just would like to get rid of the error message. I
found out that lack of some flags in the PhSysInfo_t structure causes this.
Which is the Right place to fill the PhSysInfo_t with the flags
Ph_GFX_CAPABILITIES and Ph_GCAP_LOCALHW? Should I do this in the Graphics
driver? I couldn’t find any examples in the graphics DDKs :frowning:

Thanks for any help,
Martin