Jean Delvare
c913c62429
Add Fintek F71882FG detection. The EPoX EP1308 appears to be a clone
...
of this chip (same ID, same register map.)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4241 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-17 07:28:22 +00:00
Jean Delvare
91c0a32585
Less confusing algorithm names. We'll drop this field soon anyway.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4240 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-14 13:06:35 +00:00
Jean Delvare
6556dfd786
Prevent misdetection of MAX6633/MAX6634/MAX6635.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4239 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-14 13:04:41 +00:00
Jean Delvare
74053ce8b5
Display the i2c bus number next to the bus name. This should help us
...
when we want a reporting user to run i2cdump on a given address.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4238 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-14 13:00:36 +00:00
Mark M. Hoffman
72889cb191
Two minor cleanups: 1) remove the yymore() calls, they're no longer necessary;
...
and 2) make the quoted escape sequence rules a little more compact. The first
cleanup is said to yield a slight speedup according to the flex manual - I
didn't bother to measure it.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4236 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-12 18:36:15 +00:00
Mark M. Hoffman
dcdd19ed72
The scanner regression test cases for error conditions in quoted strings
...
uncovered three different bugs. This changeset fixes them all. It also
updates the sensors.conf(5) man page to be unambiguous regarding the
requirement for whitespace between elements.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4235 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-12 18:24:55 +00:00
Mark M. Hoffman
68558575ad
Add error conditions for quoted names to scanner regression test.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4234 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-12 18:21:43 +00:00
Mark M. Hoffman
04cd960539
Add quoted names to scanner regression test. Note: no tests for octal
...
escapes yet... it's possible we'll just kill support for those (I hope).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4233 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-12 15:32:59 +00:00
Jean Delvare
53cb805e44
Add user-space support for the Fintek F71872F/FG (chip name f71872f).
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4232 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-12 13:17:32 +00:00
Jean Delvare
8ec76d7ed7
prog/eepromer/eepromer: Enable warnings, and fix most of them.
...
The code of this program was really ugly (and still is), its author
should be ashamed.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4231 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-10 09:38:56 +00:00
Jean Delvare
7e11801913
The I2C_FUNCS ioctl expects an unsigned long.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4230 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-10 09:22:12 +00:00
Jean Delvare
d3d7118778
Preallocate memory for the I2C_FUNCS ioctl. This should fix ticket #2138 .
...
It might as well be a bug in Fedora Core 3's perl, but the workaround is
cheap anyway.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4229 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-10 09:19:48 +00:00
Mark M. Hoffman
c9d758c669
Don't create lex.backup unless DEBUG is enabled.
...
Also, delete it during 'make clean'.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4228 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-05 14:41:34 +00:00
Jean Delvare
2fbcf30dc5
Add detection of the ITE IT8708F chip, presumably no sensors.
...
Note that this chip appears to need a different key compared to other
ITE chips, so it doesn't appear in the "ITE" family of Super-I/O chips.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4227 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-04 20:09:05 +00:00
Jean Delvare
8e39ec98b8
Link to Mary Burke's article on fan speed control.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4226 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-11-04 12:43:10 +00:00
Mark M. Hoffman
f4dc220b0a
Mention libsensors/scanner work
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4225 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-26 12:48:31 +00:00
Mark M. Hoffman
b2bf7176bf
Added svn:ignore properties such that 'svn status' will be clean, even after
...
'make user'.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4224 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-26 12:34:27 +00:00
Mark M. Hoffman
9c3a817633
Merge scanner-opt-branch (r4121:r4221) to trunk.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4222 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-26 11:50:27 +00:00
Mark M. Hoffman
f952e5095f
Mention py-smbus.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4220 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-19 12:26:37 +00:00
Mark M. Hoffman
83658f7e0e
Python bindings to i2c-dev devices, supporting SMBus transactions.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4219 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-19 12:17:37 +00:00
Jean Delvare
8e305c484f
List the SMSC LPC47M112 as supported.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4218 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-19 09:55:14 +00:00
Jean Delvare
7b38cc1255
Typo.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4217 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-19 09:51:46 +00:00
Jean Delvare
19bccac1c9
RPM: Obsolete, removed.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4216 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-15 21:27:11 +00:00
Rudolf Marek
2b3d98a880
Add the coretemp driver userspace support.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4214 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-15 19:26:10 +00:00
Jean Delvare
b2739867fc
i2cdetect: Make the output clearer, by replacing "XX" for missed
...
probed by "--". That way the successful probes will be more visible.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4213 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-15 10:38:28 +00:00
Jean Delvare
42a07029f1
i2cdetect.8: Describe the output convention.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4212 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-15 10:13:17 +00:00
Jean Delvare
2684e287cf
Move the k8temp detection to a separate subsection.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4211 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-15 09:30:45 +00:00
Jean Delvare
2c570ccc6f
Move Super-I/O registers comment where it belongs.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4210 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-15 08:48:36 +00:00
Jean Delvare
18e31433bd
Parse /proc/cpuinfo and build a list of CPU from it. This will make it
...
possible to suggest hardware monitoring drivers based of CPU ID.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4209 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-15 08:46:36 +00:00
Jean Delvare
6270cf381a
libsensors: Drop support for algorithm names.
...
I2C algorithms no longer have names in Linux 2.6, and anyway they are
implementation details user-space doesn't care about. No third party
application is known to have ever used this particular feature of
libsensors. "sensord" and "sensors" no longer do.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4208 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-13 19:55:41 +00:00
Jean Delvare
054b265795
Really ignore option -a.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4207 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-13 17:18:06 +00:00
Jean Delvare
4e7c982027
sensors: Drop option -a (show algorithm names).
...
The algorithm names are no more available since Linux 2.6, and were not
very useful anyway.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4206 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-13 13:01:10 +00:00
Jean Delvare
7891d63259
sensors: Handle option -c more efficiently.
...
We don't need to strdup() the file names, we can use them directly.
As a side effect, this fixes a memory leak which was happening if
option -c was specified more than once on the command line.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4205 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-13 12:43:43 +00:00
Jean Delvare
6b5640b660
sensors.1: There is no longer a search path for sensors.conf.
...
General clean up.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4204 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-13 09:04:40 +00:00
Jean Delvare
6cecfae2b5
Fix typos.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4200 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-08 21:25:34 +00:00
Jean Delvare
06d51c9da1
sensors: Hide error on missing f71805f fan. In the Linux 2.6 driver, the
...
fan files are not created if a given fan is disabled.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4199 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-08 18:04:32 +00:00
Jean Delvare
bf96a279b8
libsensors: Probe for busses before chips. This makes more sense that way,
...
and may allow for cleanups later.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4198 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-08 15:45:15 +00:00
Jean Delvare
4626fc46e6
Delete the icspll driver. It was rather useless, not built by default,
...
supposedly dangerous, and has nothing to do with sensors.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4197 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-06 14:39:58 +00:00
Jean Delvare
6b5b092e9c
libsensors: Add support for the pc87247 driver (fans only).
...
sensord: Add pc87247 support (fans only).
sensors: Add pc87247 support (fans only).
sensors-detect: Advertise the upcoming pc87427 driver.
Thanks to Amir Habibi at Candelis for setting up a test system.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4196 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-06 09:27:56 +00:00
Jean Delvare
19cc056508
sensors-detect: Add EPoX EP1308 detection (Hans Edgington).
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4193 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-04 11:43:21 +00:00
Jean Delvare
513a9109ee
Update SVN version info.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4192 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-28 13:01:38 +00:00
Jean Delvare
8a4b752530
Drop unused variable is85.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4187 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-27 12:09:04 +00:00
Jean Delvare
9b5bba29c4
Add SMSC DME1737 detection.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4185 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-26 09:18:33 +00:00
Jean Delvare
9dcdca81b7
Explain how to tag with SVN.
...
Check premissions of released files.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4184 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-25 07:26:19 +00:00
Philip Edelbrock
da7a46f2f0
Prep for next release.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4181 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-24 22:41:10 +00:00
Philip Edelbrock
24243aa1cb
Noted changes to release steps document.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4179 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-24 22:35:13 +00:00
Philip Edelbrock
03d8bdbada
Release of 2.10.1, and some clean ups to the release checklist.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4177 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-24 22:28:55 +00:00
Philip Edelbrock
caccef6095
Rename checklist to reelease_checklist for clarification purposes.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4176 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-24 22:09:43 +00:00
Jean Delvare
05b44046c2
More documentation updates.
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4175 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-24 20:17:43 +00:00
Rudolf Marek
4f0e90aa41
Add some 2.6 quickstart instructions
...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4174 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-24 19:04:00 +00:00