intel / thermal_daemon

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

Deprecate intel modem for dbus-glib cleaning up #441

Closed smallorange closed 2 months ago

smallorange commented 4 months ago

Hi,

This work dropped the intel_modem to remove the dependency of dbus-glib. As far as we know, the Sophia3GR platform was no longer supported and dbus-glib was deprecated. Moreover, intel_modem was based on dbus-glib to communicate with ofono to manage the modem status. Therefore, the intel_modem can be deprecated and the thermald dbus implementation can be moved to GDbus.

Link: https://dbus.freedesktop.org/doc/dbus-glib/ Resolves: https://github.com/intel/thermal_daemon/issues/437