Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
/etc/sensors/gc5603_i2c_5M.ini
/etc/sensors/imx327_i2c_1080p.ini
/etc/sensors/iq/imx307.ini
# imx307.ini above is the target of the osdrv package's
# /etc/sensors/iq/default.ini symlink, and this list drops every IQ file
# the package installs (imx307, imx335, sc2232), so there is nothing left
# to aim it at. Drop the symlink too rather than ship a dangling one:
# majestic's init_iq_monitor() takes the same silent no-profile path
# either way, but a dangling link also starts resolving to the wrong
# sensor's profile the moment one of these entries goes stale.
# This board runs jxh63, which the package ships no IQ file for. If it
# turns out to want one, keeping imx307.ini costs 126 KB.
/etc/sensors/iq/default.ini
/etc/sensors/mis2008_i2c_1080p.ini
/etc/sensors/os02g10_i2c_1080p.ini
/etc/sensors/sc223a_i2c_1080p.ini
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
/etc/sensors/sp2305_i2c_1080p.ini
/etc/sensors/sp2308_i2c_1080p.ini
#
# imx307.ini is what the osdrv package points /etc/sensors/iq/default.ini
# at, so dropping it here would leave that symlink dangling and majestic
# would load no IQ profile at all. general/overlay ships a default.ini
# aimed at imx335.ini -- this board's sensor -- and the rootfs overlay is
# rsynced before this list runs, so the replacement is already in place.
#
/etc/sensors/iq/f23.ini
/etc/sensors/iq/imx307.ini
/etc/sensors/high-fps/imx307_1280x720_60fps.ini
Expand Down
Loading