]> git.ipfire.org Git - thirdparty/lm-sensors.git/log
thirdparty/lm-sensors.git
31 hours agoMakefile: do not use a temporary file to test iconv master
Aurelien Jarno [Fri, 24 Apr 2026 17:28:18 +0000 (19:28 +0200)] 
Makefile: do not use a temporary file to test iconv

Using a predictible temporary file name in /tmp is a security risk. It
could be used to overwrite or delete arbitrary files through a symlink,
possibly as root when running for instance "sudo make install".

Use "-o /dev/null" instead, which is supported by at least clang and
gcc.

Fixes: 68bda219526d
31 hours agosensors: remove duplicated LIBICONV definition from Module.mk
Aurelien Jarno [Fri, 24 Apr 2026 17:28:18 +0000 (19:28 +0200)] 
sensors: remove duplicated LIBICONV definition from Module.mk

LIBICONV is already defined in the top level Makefile, so it does not
need to be redefined in prog/sensors/Module.mk.

In addition the latter version causes a.out file to be created when
running make targets, even "make clean".

Fixes: 68bda219526d
4 days agosensors.conf.5: editorial fixes
Aurelien Jarno [Wed, 28 Feb 2024 22:43:24 +0000 (23:43 +0100)] 
sensors.conf.5: editorial fixes

Submitted by Bjarni Ingi Gislason <bjarniig@simnet.is> via the Debian
BTS, bug #1051093.

4 days agosensors-detect.8: editorial fixes
Aurelien Jarno [Sun, 25 Feb 2024 16:27:42 +0000 (17:27 +0100)] 
sensors-detect.8: editorial fixes

Submitted by Bjarni Ingi Gislason <bjarniig@simnet.is> via the Debian
BTS, bug #1051123.

4 days agosensors-conf-convert.8: editorial fixes
Aurelien Jarno [Sun, 25 Feb 2024 16:27:42 +0000 (17:27 +0100)] 
sensors-conf-convert.8: editorial fixes

Submitted by Bjarni Ingi Gislason <bjarniig@simnet.is> via the Debian
BTS, bug #1051117.

4 days agosensors.1: editorial fixes
Aurelien Jarno [Sun, 25 Feb 2024 16:27:42 +0000 (17:27 +0100)] 
sensors.1: editorial fixes

Submitted by Bjarni Ingi Gislason <bjarniig@simnet.is> via the Debian
BTS, bug #1050985.

4 days agoisaset.8: editorial fixes
Aurelien Jarno [Sun, 25 Feb 2024 16:27:42 +0000 (17:27 +0100)] 
isaset.8: editorial fixes

Submitted by Bjarni Ingi Gislason <bjarniig@simnet.is> via the Debian
BTS, bug #1051115.

4 days agoisadump.8: editorial fixes
Aurelien Jarno [Sun, 25 Feb 2024 16:27:42 +0000 (17:27 +0100)] 
isadump.8: editorial fixes

Submitted by Bjarni Ingi Gislason <bjarniig@simnet.is> via the Debian
BTS, bug #1051114.

5 days agosensors: add label for nct6799 to sensors.conf defaults
Alexander Krikun [Fri, 19 Jan 2024 01:14:41 +0000 (05:14 +0400)] 
sensors: add label for nct6799 to sensors.conf defaults

5 days agosensors-detect: Add support for NCT6799D
Alexander Krikun [Fri, 19 Jan 2024 00:14:37 +0000 (04:14 +0400)] 
sensors-detect: Add support for NCT6799D

Also adds support for NCT6796D-S

5 days agoEnable support for new kernel it87 devices
ilya guterman [Sun, 27 Apr 2025 21:29:40 +0000 (06:29 +0900)] 
Enable support for new kernel it87 devices

IT8623E - https://github.com/torvalds/linux/blob/5bc1018675ec28a8a60d83b378d8c3991faa5a27/drivers/hwmon/it87.c#L17
IT8732F - https://github.com/torvalds/linux/blob/5bc1018675ec28a8a60d83b378d8c3991faa5a27/drivers/hwmon/it87.c#L27
IT87952E - https://github.com/torvalds/linux/blob/5bc1018675ec28a8a60d83b378d8c3991faa5a27/drivers/hwmon/it87.c#L37
IT8628E - https://github.com/torvalds/linux/blob/5bc1018675ec28a8a60d83b378d8c3991faa5a27/drivers/hwmon/it87.c#L18

5 days agoMerge pull request #566 from lm-sensors/development
Michal Suchánek [Thu, 23 Apr 2026 11:47:31 +0000 (11:47 +0000)] 
Merge pull request #566 from lm-sensors/development

Update with changes from hramrach/lm_sensors

5 days agoRename README to README.md, update to markdown. 566/head
Joe Orton [Thu, 23 Apr 2026 11:27:04 +0000 (12:27 +0100)] 
Rename README to README.md, update to markdown.

5 days agoRename README to README.md, update to markdown.
Joe Orton [Thu, 23 Apr 2026 11:27:04 +0000 (12:27 +0100)] 
Rename README to README.md, update to markdown.

5 days agoGitHub tests: Add coverage report
Michal Suchanek [Wed, 17 Jan 2024 21:19:09 +0000 (22:19 +0100)] 
GitHub tests: Add coverage report

7 days agoEmit missing sensor warning only if SENSORS_SYSFS_ROOT is defined
Aurelien Jarno [Sat, 12 Apr 2025 12:05:34 +0000 (14:05 +0200)] 
Emit missing sensor warning only if SENSORS_SYSFS_ROOT is defined

The lm-sensors library is widely used in various software, which could
be run in VMs where HWMON support may be absent (e.g. cloud kernels in
Debian). To avoid a confusing "/sys: No sensors at /sys/class/hwmon" on
the console or in the logs, only emit the message if the user specifies
an alternative path through SENSORS_SYSFS_ROOT. This behavior mirrors
what is done for the "Not a sysfs mount" message.

Fixes: 89548dab2a617 ("Add SENSORS_SYSFS_ROOT environment support")
7 days ago[FIX] ISA sysfs address parsing allow dashes
Michael Lettrich [Fri, 25 Jul 2025 08:31:03 +0000 (10:31 +0200)] 
[FIX] ISA sysfs address parsing allow dashes

The ISA sensor chip address is obtained by parsing the hwmon
 `/sysfs` device path. The regular expression extracting the
device address will fail if the device name contains dashes and
sets the address to 0. If  multiple instances of the same
board are plugged into the same system, cards can no longer be
distinguished, because their addresses will be set to 0 incorrectly.

This fix changes the address-parsing regular expression to recognize
device names with dashes.

7 days agoFix iconv linking detection for glibc-based builds
graysky [Sat, 16 Aug 2025 11:01:21 +0000 (07:01 -0400)] 
Fix iconv linking detection for glibc-based builds

The current iconv detection checks if libiconv.so exists via ldconfig,
but fails on glibc systems where iconv is built into libc and doesn't
require separate linking. This causes build failures:

  ld: cannot find -liconv: No such file or directory

Replace the ldconfig check with a compile test that actually verifies
if iconv functions are available without additional libraries. This
correctly detects glibc's built-in iconv while still linking -liconv
on musl/uclibc systems that need it.

Fixes build on glibc-based systems including OpenWrt glibc targets.

7 days agopwm: fix bad scaling due to use of integer type
xaizek [Sat, 7 Jun 2025 10:33:11 +0000 (13:33 +0300)] 
pwm: fix bad scaling due to use of integer type

This fixes commit c1a1f4ff206c0e6959c3e4d6b19ba27963076d5e ("pwm: Move
scaling factor from sensors prog to library") which didn't account for
return type of `get_type_scaling()` being `int` rather than `double` or
`float`, so the scaling was done by a factor of 2 instead of 2.55, thus
making the result off by quite a lot.

ms: adjust test

2 years agotests: Do not use config file in json test
Michal Suchanek [Sun, 4 Feb 2024 21:55:42 +0000 (22:55 +0100)] 
tests: Do not use config file in json test

Pass -c /dev/null when running tests

Fixes: e06d99df ("tests: Add trivial json formatting test")
2 years agofancontrol: Uplift the --check option
Michal Suchanek [Sat, 17 Feb 2024 11:34:41 +0000 (12:34 +0100)] 
fancontrol: Uplift the --check option

 - do not duplicate the load code
 - add description to man page

2 years agofancontrol: Add --check option to only check configuration syntax
Aurelien Jarno [Tue, 25 May 2010 09:33:23 +0000 (11:33 +0200)] 
fancontrol: Add --check option to only check configuration syntax

References: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582979

2 years agosensors-detect: Try more locations of udevadm
Michal Suchanek [Sat, 17 Feb 2024 09:47:23 +0000 (10:47 +0100)] 
sensors-detect: Try more locations of udevadm

References: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852558

2 years agosensors-detect: Recognize 2 digit kernel version
Micah Gersten [Tue, 14 Jun 2011 04:03:46 +0000 (23:03 -0500)] 
sensors-detect: Recognize 2 digit kernel version

References: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630508

2 years agosensors-detect: Recognize more chips
Aurelien Jarno [Sun, 6 Feb 2011 13:46:28 +0000 (14:46 +0100)] 
sensors-detect: Recognize more chips

References: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588355

ADT7466 -> lm85
SCH5524-NS -> none

2 years agosensors-conf-convert: Convert voltage formulas correctly
Aurelien Jarno [Thu, 3 Jan 2008 10:11:02 +0000 (11:11 +0100)] 
sensors-conf-convert: Convert voltage formulas correctly

References: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456774

2 years agocheck: Check perl program syntax
Michal Suchanek [Sat, 17 Feb 2024 10:46:02 +0000 (11:46 +0100)] 
check: Check perl program syntax

2 years agoFix build with extra libraries
Michal Suchanek [Wed, 17 Jan 2024 21:19:09 +0000 (22:19 +0100)] 
Fix build with extra libraries

Fixes: c829b4c7 ("Add LDFLAGS handling similar to CFLAGS")
2 years agoAdd more junk files to .gitignore
Michal Suchanek [Wed, 17 Jan 2024 21:12:22 +0000 (22:12 +0100)] 
Add more junk files to .gitignore

2 years agoRun test as GitHub Action
Michal Suchanek [Wed, 17 Jan 2024 19:09:08 +0000 (20:09 +0100)] 
Run test as GitHub Action

2 years agotests: Add trivial json formatting test
Michal Suchanek [Wed, 17 Jan 2024 18:12:57 +0000 (19:12 +0100)] 
tests: Add trivial json formatting test

2 years agotests: shellcheck the debug progs
Michal Suchanek [Wed, 17 Jan 2024 18:32:42 +0000 (19:32 +0100)] 
tests: shellcheck the debug progs

2 years agoInstall troubleshooting tools
Michal Suchanek [Wed, 17 Jan 2024 17:56:57 +0000 (18:56 +0100)] 
Install troubleshooting tools

2 years agosensors-save: New debug tool for saving sensor data from sysfs
Michal Suchanek [Wed, 17 Jan 2024 17:56:01 +0000 (18:56 +0100)] 
sensors-save: New debug tool for saving sensor data from sysfs

2 years agosensors-find-driver: Convert README to man page
Michal Suchanek [Wed, 17 Jan 2024 17:54:14 +0000 (18:54 +0100)] 
sensors-find-driver: Convert README to man page

2 years agoRename find-driver -> sensors-find-driver
Michal Suchanek [Wed, 17 Jan 2024 17:53:41 +0000 (18:53 +0100)] 
Rename find-driver -> sensors-find-driver

2 years agoAppend the "+git" post-release marker to LM_VERSION
Michal Suchanek [Tue, 26 Dec 2023 12:44:06 +0000 (13:44 +0100)] 
Append the "+git" post-release marker to LM_VERSION

2 years agoRelease version 3.6.2 V3-6-2
Michal Suchanek [Sat, 13 Jan 2024 16:03:31 +0000 (17:03 +0100)] 
Release version 3.6.2

2 years agoUpdate API description
Michal Suchanek [Sat, 30 Dec 2023 18:39:47 +0000 (19:39 +0100)] 
Update API description

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agoAdd SENSORS_SYSFS_ROOT environment support
Michal Suchanek [Sun, 7 Jan 2024 14:59:13 +0000 (15:59 +0100)] 
Add SENSORS_SYSFS_ROOT environment support

With this the hardcoded /sys location for reading sensor data can be
changed. In particular it makes it possible to tar up the /sys directory
when a problem is encountered, and then reproduce it on another system.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agoMore robust reading of labels
Michal Suchanek [Sun, 7 Jan 2024 14:55:48 +0000 (15:55 +0100)] 
More robust reading of labels

When the sysfs file is copied to a plain file it may contain trailing
zeroes which is not handled well by the label reading code.

2 years agoquantity: Add enumeration type
Michal Suchanek [Sat, 6 Jan 2024 22:02:42 +0000 (23:02 +0100)] 
quantity: Add enumeration type

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agosensors_temperature_type_name: New library function
Michal Suchanek [Sat, 6 Jan 2024 21:24:13 +0000 (22:24 +0100)] 
sensors_temperature_type_name: New library function

Decode temperature sensor type to a string.

Add enum for temperature types.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agoparser: Strip trailing whitespace
Michal Suchanek [Sat, 30 Dec 2023 19:40:21 +0000 (20:40 +0100)] 
parser: Strip trailing whitespace

2 years agorrd: drop useless cast
Michal Suchanek [Mon, 25 Dec 2023 17:45:35 +0000 (18:45 +0100)] 
rrd: drop useless cast

Cast of (const char **) to (char **) avoids one warning to introduce
another. Drop it. rrd upstream should not need the cast anymore.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agosensors_parse_chip_name: Initialize path
Michal Suchanek [Sat, 30 Dec 2023 14:01:23 +0000 (15:01 +0100)] 
sensors_parse_chip_name: Initialize path

sensors_parse_chip_name claims to overwrite all of result but path is
not set. This is generally not a problem when using statically allocated
data that is pre-zeroed but the parser uses dynamic allocation and the
chip name may contain garbage depending on the specific code flow
resulting from compiling the parser.
Setting the path was dropped when it was renamed from busname.

Fixes: 8896ba3b ("Rename sensors_chip_name.busname to path, as this is
  what we are using it for by now.")

2 years agoUse output filename in flex invocation
Michal Suchanek [Sat, 30 Dec 2023 11:17:58 +0000 (12:17 +0100)] 
Use output filename in flex invocation

With stdout output file name in debuginfo is specified as <stdout>.

2 years agotest: Generate dependency files
Michal Suchanek [Fri, 29 Dec 2023 19:13:33 +0000 (20:13 +0100)] 
test: Generate dependency files

2 years agoCorrect dependencies for generated parser
Michal Suchanek [Sat, 30 Dec 2023 17:23:49 +0000 (18:23 +0100)] 
Correct dependencies for generated parser

The parser needs to be regenerated when makefile changes

2 years agoAdd LDFLAGS handling similar to CFLAGS
Michal Suchanek [Fri, 29 Dec 2023 14:29:16 +0000 (15:29 +0100)] 
Add LDFLAGS handling similar to CFLAGS

2 years agoCorrect parser file dependencies
Michal Suchanek [Fri, 29 Dec 2023 13:49:49 +0000 (14:49 +0100)] 
Correct parser file dependencies

The dependencies for the parser files are not correct.

There is baroque irule adding header prerequisites to the parser but the
parser may still fail to build.

The real dependency is on conf-parse.h

There is no way to tell make that a rule produces two targets, such as
parse.c and parse.h. However, the dependency files are generated by a
separate rule, and not as a byproduct of building the source so they can
themselves have dependencies.

And dependencies they do have: when the header is generated it's in lib
but when the header is missing while generating dependency file it's
searched in top directory, and then the file that depends on it cannot
be built because the header neveer appears there.

When the generated .c file is addded as prerequisite to the dependency
file that should reference the header generated together with the .c
file the dependency file is generated correctly with the header present.

This is not easily reproducible with the current source but adding
conf-lex.h generated with conf-lex.c and including it in conf-parse.c
now makes both conf-lex.ad depend on conf-parse.h and conf-lex.ad on
conf-lex.h making the build 100% fail.

2 years agoRemove special build rules for parser
Michal Suchanek [Fri, 29 Dec 2023 13:20:42 +0000 (14:20 +0100)] 
Remove special build rules for parser

The parser can be generated warning-free, no need to suppress warnings.

2 years agoAdd test makefile target
Michal Suchanek [Thu, 28 Dec 2023 16:19:49 +0000 (17:19 +0100)] 
Add test makefile target

2 years agosensors: New json format option
Michal Suchanek [Tue, 26 Dec 2023 19:56:08 +0000 (20:56 +0100)] 
sensors: New json format option

Using -J rather than -j gives JSON with new, hopefully more usable
structure.

2 years agojson: Drop whitespace
Michal Suchanek [Tue, 26 Dec 2023 16:22:18 +0000 (17:22 +0100)] 
json: Drop whitespace

The json can be reformatted with jq or similar tool into desired layout.

2 years agoMove temperature sensor type translation to library
Michal Suchanek [Wed, 27 Dec 2023 16:02:31 +0000 (17:02 +0100)] 
Move temperature sensor type translation to library

2 years agosensors: Use quantity unit to determine when to translate to fahrenheit
Michal Suchanek [Wed, 27 Dec 2023 16:03:26 +0000 (17:03 +0100)] 
sensors: Use quantity unit to determine when to translate to fahrenheit

2 years agosysfs: Add function for determining feature quantity
Michal Suchanek [Wed, 27 Dec 2023 13:54:05 +0000 (14:54 +0100)] 
sysfs: Add function for determining feature quantity

2 years agosensors: json: Fix print of sensors without values
Michal Suchanek [Tue, 26 Dec 2023 21:49:40 +0000 (22:49 +0100)] 
sensors: json: Fix print of sensors without values

When the sensor does not provide a value something bogus is printed,
print a NaN instead.

Also update the output counting to also print a comman for NaNs.

2 years agosysfs: Do not prescale frequency to MHz
Michal Suchanek [Wed, 27 Dec 2023 13:53:05 +0000 (14:53 +0100)] 
sysfs: Do not prescale frequency to MHz

Add autoscaling in the output instead.

Fixes: 54363271 ("libsensors + sensors: Add freq_input support")
2 years agosysfs: Multiplier 1 is the default, no need to list it.
Michal Suchanek [Wed, 27 Dec 2023 12:40:53 +0000 (13:40 +0100)] 
sysfs: Multiplier 1 is the default, no need to list it.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agopwm: Move scaling factor from sensors prog to library
Michal Suchanek [Wed, 27 Dec 2023 12:12:43 +0000 (13:12 +0100)] 
pwm: Move scaling factor from sensors prog to library

Fixes: a6ec549e ("sensors: Add support for pwm sensors")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agosysfs: Specific match has to go before generic match
Michal Suchanek [Wed, 27 Dec 2023 12:05:07 +0000 (13:05 +0100)] 
sysfs: Specific match has to go before generic match

This is not really a problem when the specific scaling factors happen to
be for factors not matched by a generic match but this may not hold in
general over time.

Fixes: 1bd92120 ("Fill the magnitude field of dynamically generated device entries.")
2 years agosensors: Also avoid conversion from double to float for Fahrenheit
Michal Suchanek [Tue, 26 Dec 2023 19:54:52 +0000 (20:54 +0100)] 
sensors: Also avoid conversion from double to float for Fahrenheit

Fixes: 868fd8d0 ("Avoid the conversions from double to float.")
2 years agosysfs: Expand filename buffer to quiet warning
Michal Suchanek [Tue, 26 Dec 2023 15:31:23 +0000 (16:31 +0100)] 
sysfs: Expand filename buffer to quiet warning

The GCC heurisitc says that the buffer can overflow by 2 bytes, expand
it.

2 years agoharden_sensord.service
Johannes Segitz [Tue, 16 Nov 2021 15:44:52 +0000 (15:44 +0000)] 
harden_sensord.service

2 years agoharden_lm_sensors.service
Johannes Segitz [Tue, 16 Nov 2021 15:44:52 +0000 (15:44 +0000)] 
harden_lm_sensors.service

2 years agoharden_fancontrol.service
Johannes Segitz [Tue, 16 Nov 2021 15:44:52 +0000 (15:44 +0000)] 
harden_fancontrol.service

2 years agolm_sensors-3.4.0-sensord-service-extra-args
jdelvare@suse.de [Sun, 31 Jan 2016 12:30:06 +0000 (12:30 +0000)] 
lm_sensors-3.4.0-sensord-service-extra-args

Allow passing arbitrary extra arguments to sensord.

2 years agopwmconfig: Further raise the fan threshold
Jean Delvare [Thu, 11 Feb 2021 14:41:45 +0000 (14:41 +0000)] 
pwmconfig: Further raise the fan threshold

Modern 4-pin fans can have a minimum speed (PWM=0) which is still
relatively high. I've seen 4500 RPM fans lower their speed to only
3500 RPM, which is 77% of the maximum speed, above our current
detection threshold (3/4 or 75%). Increase the threshold to 5/6
(roughly 83%) to make sure such fans are handled properly.

References: boo#1181890
Signed-off-by: Jean Delvare <jdelvare@suse.de>
2 years ago/var/run is deprecated
Jean Delvare [Mon, 26 Apr 2021 13:06:50 +0000 (13:06 +0000)] 
/var/run is deprecated

Systemd now wants PID files in /run, not /var/run. Service files have
been updated upstream already, but not the path used by the actual
programs. Change them too so that things don't break when the
/var/run symlink is eventually dropped.

References: bsc#1185183

2 years agoAppend the "+git" post-release marker to LM_VERSION
Michal Suchanek [Tue, 26 Dec 2023 12:44:06 +0000 (13:44 +0100)] 
Append the "+git" post-release marker to LM_VERSION

2 years agosysfs: remove unused variable
Michal Suchanek [Mon, 25 Dec 2023 18:31:52 +0000 (19:31 +0100)] 
sysfs: remove unused variable

Fixes: e5e053bb ("libsensors: Avoid non-symlink sysfs device entries")
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agoRelease version 3.6.1 V3-6-1
Michal Suchanek [Sun, 24 Dec 2023 22:17:22 +0000 (23:17 +0100)] 
Release version 3.6.1

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
2 years agoZotac IONITX-U: add conf extension.
Michal Suchanek [Sun, 24 Dec 2023 13:23:22 +0000 (14:23 +0100)] 
Zotac IONITX-U: add conf extension.

2 years agoMerge pull request 'Create GA-MA770-UD3.conf' (#208) from clipo1979/patch-3 into...
hramrach [Sun, 24 Dec 2023 12:15:09 +0000 (13:15 +0100)] 
Merge pull request 'Create GA-MA770-UD3.conf' (#208) from clipo1979/patch-3 into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/208

2 years agoMerge pull request 'Add config for MSI X570-A Pro' (#265) from depau-forks/master...
hramrach [Sun, 24 Dec 2023 12:10:51 +0000 (13:10 +0100)] 
Merge pull request 'Add config for MSI X570-A Pro' (#265) from depau-forks/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/265

2 years agoMerge pull request 'Add MS-7C91 configuraation' (#306) from Tinigriffy/MS-7C91 into...
hramrach [Sun, 24 Dec 2023 12:09:58 +0000 (13:09 +0100)] 
Merge pull request 'Add MS-7C91 configuraation' (#306) from Tinigriffy/MS-7C91 into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/306

2 years agoMerge pull request 'Add Gigabyte GA-990FXA-UD7 config' (#326) from SakiiCode/master...
hramrach [Sun, 24 Dec 2023 12:09:33 +0000 (13:09 +0100)] 
Merge pull request 'Add Gigabyte GA-990FXA-UD7 config' (#326) from SakiiCode/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/326

2 years agoMerge pull request 'Add config for MSI B550-A Pro' (#330) from soerengrunewald/master...
hramrach [Sun, 24 Dec 2023 12:08:52 +0000 (13:08 +0100)] 
Merge pull request 'Add config for MSI B550-A Pro' (#330) from soerengrunewald/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/330

2 years agoMerge pull request 'Create GA-Z68AP-D3.conf' (#338) from clipo1979/patch-4 into master
hramrach [Sun, 24 Dec 2023 12:08:19 +0000 (13:08 +0100)] 
Merge pull request 'Create GA-Z68AP-D3.conf' (#338) from clipo1979/patch-4 into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/338

2 years agoMerge pull request 'Config file Zotac IONITX-U Series mainboard' (#413) from reibuehl...
hramrach [Sun, 24 Dec 2023 12:05:35 +0000 (13:05 +0100)] 
Merge pull request 'Config file Zotac IONITX-U Series mainboard' (#413) from reibuehl/patch-1 into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/413

2 years agoMerge pull request 'Config for ASRock B550 Steel Legend' (#458) from akruppa/master...
hramrach [Sun, 24 Dec 2023 12:05:07 +0000 (13:05 +0100)] 
Merge pull request 'Config for ASRock B550 Steel Legend' (#458) from akruppa/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/458

2 years agoMerge pull request 'New configuration for Lenovo ThinkPad X120e' (#465) from sidorset...
hramrach [Sun, 24 Dec 2023 12:03:04 +0000 (13:03 +0100)] 
Merge pull request 'New configuration for Lenovo ThinkPad X120e' (#465) from sidorsett/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/465

2 years agoMerge pull request 'New configuration for Netgear RN3138 NAS' (#436) from enkiusz...
hramrach [Sun, 24 Dec 2023 12:01:43 +0000 (13:01 +0100)] 
Merge pull request 'New configuration for Netgear RN3138 NAS' (#436) from enkiusz/rn3138-config into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/436

2 years agoMerge pull request 'Add SuperMicro X8DTL-I ( X8DTL-*) config' (#431) from renardein...
hramrach [Sun, 24 Dec 2023 12:01:18 +0000 (13:01 +0100)] 
Merge pull request 'Add SuperMicro X8DTL-I ( X8DTL-*) config' (#431) from renardein/patch-1 into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/431

2 years agoMerge pull request 'Add Fujitsu D3402-B1 config' (#424) from Wer-Wolf/d3402 into...
hramrach [Sun, 24 Dec 2023 12:00:48 +0000 (13:00 +0100)] 
Merge pull request 'Add Fujitsu D3402-B1 config' (#424) from Wer-Wolf/d3402 into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/424

2 years agoMerge pull request 'Add config for ASRock Z390 Taichi motherboard' (#399) from peters...
hramrach [Sun, 24 Dec 2023 11:59:02 +0000 (12:59 +0100)] 
Merge pull request 'Add config for ASRock Z390 Taichi motherboard' (#399) from petersulyok/add_config_for_asrock_z390_taichi into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/399

2 years agoMerge pull request 'Add config for ASRock Z690 Extreme motherboard' (#398) from peter...
hramrach [Sun, 24 Dec 2023 11:58:47 +0000 (12:58 +0100)] 
Merge pull request 'Add config for ASRock Z690 Extreme motherboard' (#398) from petersulyok/add_config_for_asrock_z690_extreme into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/398

2 years agoMerge pull request 'configs: Add ASUS M5A97 motherboard' (#370) from oliv3r/master...
hramrach [Sun, 24 Dec 2023 11:58:24 +0000 (12:58 +0100)] 
Merge pull request 'configs: Add ASUS M5A97 motherboard' (#370) from oliv3r/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/370

2 years agoMerge pull request 'Support nct6106 chip and add config for Supermicro A2SAP' (#384...
hramrach [Sun, 24 Dec 2023 11:57:45 +0000 (12:57 +0100)] 
Merge pull request 'Support nct6106 chip and add config for Supermicro A2SAP' (#384) from georgmu/nct6106 into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/384

2 years agoMerge pull request 'Add config for Gigabyte B550 Vision D' (#315) from mt-inside...
hramrach [Sun, 24 Dec 2023 11:54:50 +0000 (12:54 +0100)] 
Merge pull request 'Add config for Gigabyte B550 Vision D' (#315) from mt-inside/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/315

2 years agoMerge pull request 'Add config for Gigabyte B550M AORUS PRO' (#302) from kapsh/b550m...
hramrach [Sun, 24 Dec 2023 11:53:36 +0000 (12:53 +0100)] 
Merge pull request 'Add config for Gigabyte B550M AORUS PRO' (#302) from kapsh/b550m-aorus into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/302

2 years agoMerge pull request 'Add support for static only build' (#254) from ffontaine/master...
hramrach [Sun, 24 Dec 2023 11:43:47 +0000 (12:43 +0100)] 
Merge pull request 'Add support for static only build' (#254) from ffontaine/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/254

2 years agoMerge pull request 'Tiny cleanup' (#361) from a1346054/fixes into master
hramrach [Sun, 24 Dec 2023 11:41:54 +0000 (12:41 +0100)] 
Merge pull request 'Tiny cleanup' (#361) from a1346054/fixes into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/361

2 years agoMerge pull request 'sensord: Add support of emergency alarm' (#280) from amitcohen1...
hramrach [Sun, 24 Dec 2023 11:40:49 +0000 (12:40 +0100)] 
Merge pull request 'sensord: Add support of emergency alarm' (#280) from amitcohen1/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/280

2 years agoMerge pull request 'Update pwmconfig' (#304) from SirYaro/patch-1 into master
hramrach [Sun, 24 Dec 2023 11:38:28 +0000 (12:38 +0100)] 
Merge pull request 'Update pwmconfig' (#304) from SirYaro/patch-1 into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/304

2 years agoMerge pull request 'sensors: Handle json trailing ',' when no features are listed...
hramrach [Sun, 24 Dec 2023 11:37:30 +0000 (12:37 +0100)] 
Merge pull request 'sensors: Handle json trailing ',' when no features are listed' (#305) from nathanrossi/master into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/305

2 years agoMerge branch 'thomab/freq' of ~/gitea/data/gitea-repositories/hramrach/lm-sensors
Michal Suchanek [Sun, 24 Dec 2023 11:28:52 +0000 (12:28 +0100)] 
Merge branch 'thomab/freq' of ~/gitea/data/gitea-repositories/hramrach/lm-sensors

2 years agoMerge pull request 'sensors: Add support for rated values' (#358) from cpackham-atlnz...
hramrach [Sun, 24 Dec 2023 11:24:56 +0000 (12:24 +0100)] 
Merge pull request 'sensors: Add support for rated values' (#358) from cpackham-atlnz/rated-values into master

Reviewed-on: http://localhost:8888/hramrach/lm-sensors/pulls/358