Timeline
12/07/08:
- 20:22 Ticket #2332 (Fan speed support for f71882fg) closed by
- fixed: Thanks for reporting this, a much more comprehensive and complete pwm …
- 17:27 Documentation edited by
- man pages aren't up-to-date (diff)
- 16:30 Changeset [5538] by
- Spelling fixes.
- 16:28 Changeset [5537] by
- Spelling fixes.
- 16:27 Changeset [5536] by
- Spelling fixes.
- 15:15 Documentation edited by
- Drop redundant section Help / Support (diff)
- 14:39 Documentation edited by
- Drop redundant section Supported Devices (diff)
- 14:17 Changeset [5535] by
- Strip trailing whitespace.
- 14:14 Changeset [5534] by
- Move the help section of sensors.conf.eg to sensors.conf.5, so that we …
12/06/08:
- 21:26 Changeset [5533] by
- Use udev settle to speed up initialization.
- 18:58 Devices edited by
- W83667HG is now detected (diff)
- 18:55 Changeset [5532] by
- Add Winbond/Nuvoton? W83667HG detection.
- 18:52 Devices edited by
- Discard W83647HF entry, we didn't hear about this chip in years (diff)
- 18:35 Devices edited by
- Add W83667HG entry (diff)
- 16:10 Ticket #2365 (Circular dependencies crash libsensors) created by
- The following configuration file causes libsensors to die with a …
- 10:36 Changeset [5531] by
- Add a comment on disabling the hysteresis mechanism.
12/05/08:
- 23:56 Changeset [5530] by
- Alternatively look for DMI data in /sys/class/dmi/id, as …
- 19:01 Changeset [5529] by
- Replace hard-coded /sys with $sysfs_root.
- 18:58 Changeset [5528] by
- Suggest installing dmidecode if needed and missing.
- 18:10 Changeset [5527] by
- Fix discarding of overruled I2C detections.
- 12:02 Changeset [5526] by
- Add Supermicro to the SMBus probing white list.
- 11:42 Changeset [5525] by
- Customize the "no sensors found" message for laptops.
- 11:04 Changeset [5524] by
- Include "laptop" in DMI data summary for laptops. This will make support …
- 11:00 Changeset [5523] by
- Skip IPMI probing on laptops. IPMI is almost exclusively implemented on …
- 10:44 Changeset [5522] by
- Handle the case where DMI data isn't available.
- 10:36 Changeset [5521] by
- Move IPMI interface detection to its own section. IPMI is really different …
12/04/08:
- 22:23 Changeset [5520] by
- Always probe the SMBus on Asus and Tyan boards. Both vendors are well …
- 21:50 Changeset [5519] by
- Gather DMI data and print it at start-up. We may use this data for various …
- 17:55 Changeset [5518] by
- Add IT8710F (no sensors).
- 17:54 Changeset [5517] by
- Add IT8710F (no sensors).
- 17:42 Ticket #2363 (Support for ITE8710) closed by
- wontfix: The IT8710F doesn't include hardware monitoring features, so there's …
- 11:20 Devices edited by
- Update F8000 entry (diff)
- 11:16 Changeset [5516] by
- Properly handle ISA probe skip for Super I/O those registers are accessed …
12/03/08:
- 16:18 Ticket #2322 (The probe order in sensors-detect doesn't make sense) closed by
- fixed: Done in r5498, r5503, r5504 and r5511, documented in r5515.
- 16:15 Changeset [5515] by
- Document the new detection order and rules. Drop the reference to …
- 14:48 Changeset [5514] by
- Minor coding style fix.
- 14:45 Changeset [5513] by
- Minor consistency edit.
- 14:44 Changeset [5512] by
- Merge sensors-detect-stat.pl functionality into sensors-detect. This will …
- 13:40 Changeset [5511] by
- Skip SMBus probing by default if a Super I/O was found. The user can still …
- 13:05 Changeset [5510] by
- Skip non-hwmon devices.
- 12:50 Changeset [5509] by
- Fix insecure dependency in printf.
- 12:34 Changeset [5508] by
- Fix insecure dependency in printf.
- 10:47 Changeset [5507] by
- Have scan_superio return a list of features instead of a boolean value.
- 10:39 Changeset [5506] by
- List the features of each Super I/O chip, for later use.
12/02/08:
- 23:11 Changeset [5505] by
- Clean-up scan_superio.
- 23:08 Changeset [5504] by
- Do not scan I2C adapters on multimedia cards by default. I've never seen a …
- 22:42 Changeset [5503] by
- Skip ISA detection by default if a Super I/O was found. In general, …
- 21:56 Changeset [5502] by
- Add an option to skip ISA probes except IPMI. The idea is that only old …
- 18:56 Changeset [5501] by
- Minor fixes to the previous commit.
- 18:54 Changeset [5500] by
- Move some code from main() to scan_i2c_adapter() as it makes more sense …
- 18:39 Changeset [5499] by
- Drop redundant comments in PCI / CPU detection section.
- 18:36 Changeset [5498] by
- Probe chip types from safest to more risky. Start with sensors embedded in …
- 14:57 Ticket #2340 (pwconfig test to detect the pwm to start or to stop) closed by
- fixed: No feedback so I'll just assume it is OK.
- 14:53 Changeset [5497] by
- Turn chips_detected into a hash. This is more appropriate to the data we …
- 12:13 Changeset [5496] by
- Move alias detection after all chip detections. This is slightly less …
12/01/08:
- 21:13 Changeset [5495] by
- Fix calling convention comment.
- 18:02 Changeset [5494] by
- Drop alias detection for Super-I/O chips. It never actually worked, …
- 17:52 Changeset [5493] by
- Change the order of parameters of add_isa_to_chips_detected(). It makes …
- 16:52 Changeset [5492] by
- Delete extra spaces and blank lines.
- 16:35 Changeset [5491] by
- Simplify the generation of module options.
- 16:00 Changeset [5490] by
- Shorten the header comment of /etc/sysconfig/lm_sensors. We don't really …
- 15:47 Changeset [5489] by
- Remaining spaces-to-tab conversions.
- 15:44 Changeset [5488] by
- Reindent the rest of the code. At last! :)
- 14:44 Changeset [5487] by
- Refactor code in andigilog_detect.
- 14:19 Changeset [5486] by
- Refactor code in adt7467_detect and adt7473_detect.
- 14:14 Changeset [5485] by
- Strip trailing whitespace.
- 14:13 Changeset [5484] by
- More consistency in lm90_detect.
- 14:07 Changeset [5483] by
- Reindent all chip detection functions.
- 10:06 I2CTools edited by
- Update package description (diff)
- 09:16 Changeset [5482] by
- Simplify LM77 detection. The extra detection steps were broken and nobody …
11/30/08:
- 21:42 Changeset [5481] by
- Minimum kernel version is 2.6.5, not 2.6.0.
- 21:41 Changeset [5480] by
- Drop special handling of SiS south bridge. Since kernel 2.6.5, the quirk …
- 19:27 Changeset [5479] by
- Simplify the "detect_data" type: no need to store the i2c adapter name and …
- 18:14 Changeset [5478] by
- Minor comment fix.
- 18:14 Changeset [5477] by
- Split scan_i2c_adapter into subfunctions to make it easier to read.
- 16:24 Changeset [5476] by
- Reindent more functions.
- 15:31 Changeset [5475] by
- Reindent Super-I/O and CPU core detection functions.
- 14:20 Changeset [5474] by
- Accept negative temperatures in RRD database.
- 14:18 Changeset [5473] by
- Accept negative temperatures in RRD database.
- 14:10 Changeset [5472] by
- Minor clean-up in i2c_probe.
- 14:05 Changeset [5471] by
- Reindent I2C access functions.
- 13:53 Changeset [5470] by
- Rework adapter_pci_detection to require fewer levels of indentation.
- 13:42 Changeset [5469] by
- Simplify adapter_pci_detection_sis_96x.
- 13:34 Changeset [5468] by
- Reindent adapter detection functions.
- 13:24 Changeset [5467] by
- Reindent auxiliary functions.
- 11:29 Changeset [5466] by
- Drop unused function swap_bytes().
- 11:25 Changeset [5465] by
- One less level of indirection for cpu_ids detection functions.
- 10:54 Changeset [5464] by
- Reindent @cpu_ids.
- 10:49 Changeset [5463] by
- Reindent all superio_ids lists.
- 10:38 Changeset [5462] by
- Split the big @superio_ids list into per-family lists.
- 10:15 Changeset [5461] by
- Fill the driver field of non-hwmon device definitions automatically.
- 10:09 Changeset [5460] by
- Move non-hwmon I2C device definitions to a separate array.
- 09:00 Changeset [5459] by
- Fix initialize_modules_supported: filter out the special driver names, …
11/29/08:
- 23:30 Changeset [5458] by
- Consistently use .. for ranges of 3 or more addresses.
- 23:28 Changeset [5457] by
- Reindent @chip_ids.
- 21:12 Changeset [5456] by
- Reindent @pci_adapters.
- 18:53 Changeset [5455] by
- Suggest the sbs driver for smart batteries.
- 15:26 I2CTools edited by
- Announce 3.0.2 (diff)
- 15:18 Changeset [5454] by
- 3.0.2 release
- 15:14 Changeset [5453] by
- Set version to 3.0.2.
11/28/08:
- 11:52 Changeset [5452] by
- Add missing includes.
- 09:07 Changeset [5451] by
- Add back missing quotes, a previous cleanup was a bit overzealous.
- 08:55 Changeset [5450] by
- Reindent several functions.
11/27/08:
- 22:46 Changeset [5449] by
- Consistently don't quote hash keys which don't need quotes. Use single …
- 22:41 Changeset [5448] by
- Consistently don't use prototyped functions.
- 19:27 Changeset [5447] by
- Reindent and cleanup I/O port access functions.
- 19:16 Changeset [5446] by
- Reindent pci access functions.
- 19:11 Changeset [5445] by
- Strip trailing whitespace.
- 19:10 Changeset [5444] by
- Reindent sysfs helpers.
- 19:07 Ticket #2327 (sensors-detect: Fix the bus numbering prediction magic) closed by
- fixed: Done in r5441, r5442 and r5443.
- 18:53 Changeset [5443] by
- Don't create module options for bus drivers we don't even need to load.
- 18:47 Changeset [5442] by
- Cleanup generate_modprobes() a bit.
- 18:44 Changeset [5441] by
- Fix bus number prediction logic (#2327). We don't need anything complex, …
- 17:44 Changeset [5440] by
- Fix scx200_acb name matching regexp.
- 17:02 Changeset [5439] by
- bmcsensors doesn't exist in the Linux 2.6 kernel.
- 17:00 Changeset [5438] by
- Stop keeping track of the misdetected chips. Doing so needed very tricky …
- 16:00 Changeset [5437] by
- 2 digits are enough to print an I2C address.
- 15:54 Changeset [5436] by
- Delete unused @probelist in generate_modprobes().
11/26/08:
- 18:17 Changeset [5435] by
- Reindent 2 functions.
- 17:36 Changeset [5434] by
- Fix handling of bus driver names with an underscore. Simplify loading of …
- 15:52 Ticket #2329 (sensors-detect: Unload drivers which we loaded ourselves) closed by
- fixed: Done in r5433.
- 15:52 Changeset [5433] by
- Unload kernel drivers which we loaded ourselves when we are done with …
- 11:51 Changeset [5432] by
- As of kernel 2.6.28, alias detection is handled by kernel drivers …
11/25/08:
- 16:02 Changeset [5431] by
- List yesterday's sensors-detect changes.
- 14:27 Changeset [5430] by
- Comment clarification.
11/24/08:
- 18:28 Changeset [5429] by
- Drop useless parentheses.
- 18:26 Changeset [5428] by
- Clean up smartbatt_detect.
- 18:24 Changeset [5427] by
- Merge the W83L785TS detection into w83l784r_detect.
- 18:15 Changeset [5426] by
- Improve GL525 detection a bit, fix the (missing) driver name.
- 18:10 Changeset [5425] by
- Merge the GL520 detection into gl518_detect.
- 18:05 Changeset [5424] by
- Complete GL520SM detection.
- 17:59 Changeset [5423] by
- Merge both GL518 entries into one. We don't need separate entries as both …
- 17:55 Changeset [5422] by
- Merge all Mozart-2 entries. We really don't need 3 entries for this …
- 17:51 Changeset [5421] by
- Harmonize the order of the parameters of all I2C detection functions. The …
- 16:51 Changeset [5420] by
- Rename it8712_detect to it8712_i2c_detect for clarity.
- 16:50 Changeset [5419] by
- Refactor IPMI detection functions.
- 16:42 Changeset [5418] by
- Group all ISA detection functions and harmonize their parameters.
- 16:27 Changeset [5417] by
- Drop $chip parameter from all detection functions which handle only one …
- 15:56 Changeset [5416] by
- Drop separate LM78-J entry, we really have no good reason to handle the …
- 15:51 Changeset [5415] by
- Oops, remove debug print.
- 15:51 Changeset [5414] by
- Move all alias detection functions in once place and harmonize their …
- 14:57 Changeset [5413] by
- Comment clarification.
- 14:52 Changeset [5412] by
- Drop old comment.
- 14:46 Changeset [5411] by
- Comment update.
- 14:34 Changeset [5410] by
- Update an obsolete comment.
- 14:31 Changeset [5409] by
- Drop old SiS I2C adapter entries. If anyone really wanted to write a …
- 14:29 Devices edited by
- Drop legacy SiS I2C adapter entries (diff)
- 14:24 Changeset [5408] by
- Add a separate look-up table to figure out an I2C adapter's driver based …
- 13:42 Ticket #2328 (sensors-detect: Get the bus driver names from the kernel) closed by
- fixed: Done in r5407.
- 13:42 Changeset [5407] by
- Get I2C adapter driver names from sysfs. The old method (matching against …
11/23/08:
- 16:27 Changeset [5406] by
- Fix SMBus detection of early W83627EHF and W83627DHG.
- 16:24 Changeset [5405] by
- Fix SMBus detection of early W83627EHF chips.
- 16:16 Changeset [5404] by
- Fix device->driver lookup name. What we are really interested in is the …
- 15:38 Ticket #2092 (Problem with aopen nforce4 (wrong values)) closed by
- wontfix
- 15:36 Ticket #2152 (k8temp reports wrong values) closed by
- wontfix: Hmm this is known bug of K8 CPU. Nofix.
- 15:36 Ticket #2160 (Miss fan value interpretation at it8712: 168750 RPM) closed by
- wontfix: no reply
- 15:35 Ticket #2175 (No fan readings) closed by
- wontfix: no reply
- 15:34 Ticket #2156 (nForce5 support) closed by
- fixed
- 15:34 Ticket #2185 (Add support for Intel VRM 10.1 needed for Pentium LGA775) closed by
- wontfix: no reply
- 15:33 Ticket #2177 (Tyan s2466, lm_sensors shows different devices at different times) closed by
- fixed
- 15:32 Ticket #2072 (Unexpected server shutdown) closed by
- wontfix: Well not loading the thermal module should fix that.
- 15:31 Ticket #2108 (lm_sensors 2.10.0 with Intel SE7230NH1 something is broken) closed by
- wontfix: no reply
- 15:31 Ticket #2112 (f75387 driver review) closed by
- wontfix
- 15:30 Ticket #2111 (No fan control on Tyan s2865/S2864) closed by
- fixed: I think the lm85 driver was fixed.
- 15:27 Changeset [5403] by
- Fix the CHIPID for W83627DHG.
11/22/08:
- 19:04 Changeset [5402] by
- Handle special case chips more efficiently. Instead of listing every chip …
- 18:28 Changeset [5401] by
- Merge all FSC detection functions into a single function.
- 18:20 Ticket #2325 (sensors-detect: Drop support for Linux 2.4) closed by
- fixed: Done in r5399.
- 17:05 Changeset [5400] by
- Merge LM87 and ADM1024 detection in a single function.
- 16:52 Changeset [5399] by
- Drop support for Linux 2.4.
- 09:30 Changeset [5398] by
- We now have a driver for the ADT7473.
- 09:28 Ticket #2364 (i2c-dev lines in modprobe.conf now trigger WARNING) closed by
- invalid: Answer received on the mailing list, for the record: "You were right: …
11/21/08:
- 21:26 Changeset [5397] by
- We now have a driver for the ADT7473.
- 10:08 Devices edited by
- Add an entry for the SMSC LPC47M233 (diff)
- 10:04 Changeset [5396] by
- Fix detection of SMSC LPC47M292. Add detection of SMSC LPC47M233.
- 09:52 Changeset [5395] by
- Fix detection of SMSC LPC47M292. Add detection of SMSC LPC47M233.
11/20/08:
- 20:57 Changeset [5394] by
- Add support for reading back to short writes.
- 20:41 Changeset [5393] by
- Make reading back the written value optional.
- 19:01 Changeset [5392] by
- Clarify the requirements of data value masking.
- 18:54 Changeset [5391] by
- Allow masking on short writes.
- 09:22 Changeset [5390] by
- Set the data value mask with -m. The old method is still supported for …
11/19/08:
- 16:26 FeedbackAndSupport edited by
- The ticket facility is no longer public (diff)
11/18/08:
- 21:20 Download edited by
- Update list of recommended patches (diff)
- 21:19 Changeset [5389] by
- Only export the ceil function from POSIX. By default, POSIX exports …
- 21:16 I2CTools edited by
- Add recommended patch (diff)
- 20:40 Ticket #2364 (i2c-dev lines in modprobe.conf now trigger WARNING) created by
- Tyan S2466 mobo. Somewhere between kernels 2.6.19.3 and 2.6.24.7 a major …
- 18:15 Changeset [5388] by
- Only export the ceil function from POSIX. By default, POSIX exports …
- 15:37 Ticket #2362 (Support for ITE8710) closed by
- duplicate
- 15:31 Ticket #2363 (Support for ITE8710) created by
- I would like to ask for ITE8710 support in lm_sensors. I've found …
- 15:22 Ticket #2362 (Support for ITE8710) created by
- I would like to ask for ITE8710 support in lm_sensors. I've found …
- 13:23 Changeset [5387] by
- Drop old comments.
- 13:20 Changeset [5386] by
- Missing comma in comments.
- 13:19 Changeset [5385] by
- Missing comma in comment.
- 10:20 Ticket #2361 (i2c and lm_sensors do not work on Slackware 12.1 with kernel 2.6.27.6) closed by
- fixed: I don't see anything wrong here. Most laptops do not have (exposed) …
- 10:07 Ticket #2125 (contribute module for MAX1668, MAX1805, and MAX1989) closed by
- wontfix: Nobody seems to be interested in this -> closing.
- 07:48 Ticket #2361 (i2c and lm_sensors do not work on Slackware 12.1 with kernel 2.6.27.6) created by
- To Whom It May Concern: I cannot get i2c 3.0.1 (compiled from …
11/17/08:
- 22:50 Changeset [5384] by
- Fix detection of ADT7462.
- 22:35 Changeset [5383] by
- Fix detection of ADT7462.
- 21:30 Ticket #2360 (support for dell optiplex 745) created by
- I followed the (almost 1-year old) discussion in the thread: …
11/15/08:
- 10:03 Devices edited by
- Discard ICS923S401 entry (diff)
- 09:54 Devices edited by
- Update ADT7462 entry (diff)
11/13/08:
- 11:13 Devices edited by
- Add LM70 and TMP121 entries (diff)
11/11/08:
- 18:10 Devices edited by
- Remove one SCH5504 request (diff)
11/10/08:
- 10:47 Devices edited by
- Update AMD K8 and fam. 10h info (diff)
11/08/08:
- 12:00 Devices edited by
- Update ADT7462 entry (diff)
- 11:22 Devices edited by
- Drop old "(ISA)" hints on Winbond chips and associated comments (diff)
11/07/08:
- 11:34 Ticket #2359 (HP Compaq 6720s no thermal-sensor detected) created by
- I have encountered following problem. lm-sensors version […] and …
Note: See TracTimeline
for information about the timeline view.
