Upower not reporting all expected devices

Ubuntu Support Template

Ubuntu Version:
22.04.5 LTS

Problem Description:
upower --enumerate should report a number of “devices” per this example:

/org/freedesktop/UPower/devices/battery_BAT0
/org/freedesktop/UPower/devices/line_power_AC
/org/freedesktop/UPower/devices/line_power_ucsi_source_psy_USBC000o001
/org/freedesktop/UPower/devices/line_power_ucsi_source_psy_USBC000o002
/org/freedesktop/UPower/devices/mouse_hidpp_battery_1
/org/freedesktop/UPower/devices/DisplayDevice

On my machine, it only reports the last of those lines.

I would like that report to include:

/org/freedesktop/UPower/devices/line_power_AC

Is there a specific kernel module that I need to load to ensure that I will have upower behave as expected? I have already confirmed that I have the following:

# lsmod | grep k10temp

k10temp                16384  0

Are there any other modules which I need to have loaded to make that work as desired?