intel / thermal_daemon

Thermal daemon for IA
GNU General Public License v2.0
539 stars 117 forks source link

The final dbus-glib clean up- thd_cdev_modem.cpp #437

Closed smallorange closed 2 months ago

smallorange commented 5 months ago

Hi,

The basic GDBUS implementation for the thermald was already done but thd_cdev_modem still uses glib-dbus to access ofono service. According to the DBUS interface name, it was used to manage the Modem and sofia3gr. As far as I know, this platform was already discontinued. (If I'm wrong, please let me know and sorry for the wrong information) https://www.intel.com/content/www/us/en/products/sku/94227/intel-atom-x3c3235rk-processor-1m-cache-up-to-1-20-ghz/specifications.html

Could thd_cdev_modem.cpp be deprecated from thermald or move all the glib-dbus API to GDBUS?

Thank you.

spandruvada commented 4 months ago

Good question. I am willing to do this.

smallorange commented 4 months ago

Great. Let me prepare the PR for this one.