Skip to content

mm-kernel-device: give cmp a total order

Eric Caruso requested to merge ejcaruso/ModemManager:kerneldevice-cmp into master

This allows MMKernelDevice::cmp to compare two kernel devices with different object types, which means that subclasses can continue to only handle comparisons with their own type. The order may not be stable across builds.

Merge request reports