summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Properly handle ISA probe skip for Super I/O those registers are accessedkhali2008-12-041-1/+2
* Document the new detection order and rules.khali2008-12-032-7/+38
* Minor coding style fix.khali2008-12-031-1/+1
* Minor consistency edit.khali2008-12-031-1/+1
* Merge sensors-detect-stat.pl functionality into sensors-detect. Thiskhali2008-12-033-104/+41
* Skip SMBus probing by default if a Super I/O was found. The user cankhali2008-12-032-12/+23
* Skip non-hwmon devices.khali2008-12-031-1/+3
* Fix insecure dependency in printf.khali2008-12-031-3/+3
* Have scan_superio return a list of features instead of a boolean value.khali2008-12-031-17/+17
* List the features of each Super I/O chip, for later use.khali2008-12-031-1/+67
* Clean-up scan_superio.khali2008-12-021-7/+4
* Do not scan I2C adapters on multimedia cards by default. I've neverkhali2008-12-022-4/+40
* Skip ISA detection by default if a Super I/O was found. In general,khali2008-12-022-9/+18
* Add an option to skip ISA probes except IPMI. The idea is that onlykhali2008-12-022-3/+9
* Minor fixes to the previous commit.khali2008-12-021-2/+1
* Move some code from main() to scan_i2c_adapter() as it makes more sensekhali2008-12-021-22/+19
* Drop redundant comments in PCI / CPU detection section.khali2008-12-021-13/+3
* Probe chip types from safest to more risky. Start with sensors embeddedkhali2008-12-022-54/+51
* Turn chips_detected into a hash. This is more appropriate to the datakhali2008-12-021-58/+37
* Move alias detection after all chip detections. This is slightly lesskhali2008-12-022-53/+73
* Fix calling convention comment.khali2008-12-011-3/+3
* Drop alias detection for Super-I/O chips. It never actually worked,khali2008-12-012-24/+2
* Change the order of parameters of add_isa_to_chips_detected(). Itkhali2008-12-011-7/+7
* Delete extra spaces and blank lines.khali2008-12-011-22/+19
* Simplify the generation of module options.khali2008-12-011-16/+11
* Shorten the header comment of /etc/sysconfig/lm_sensors. We don't reallykhali2008-12-011-29/+4
* Remaining spaces-to-tab conversions.khali2008-12-011-22/+23
* Reindent the rest of the code. At last! :)khali2008-12-011-349/+345
* Refactor code in andigilog_detect.khali2008-12-011-12/+4
* Refactor code in adt7467_detect and adt7473_detect.khali2008-12-011-20/+12
* Strip trailing whitespace.khali2008-12-011-2/+2
* More consistency in lm90_detect.khali2008-12-011-10/+5
* Reindent all chip detection functions.khali2008-12-011-991/+971
* Simplify LM77 detection. The extra detection steps were broken and nobodykhali2008-12-011-19/+3
* Minimum kernel version is 2.6.5, not 2.6.0.khali2008-11-301-3/+3
* Drop special handling of SiS south bridge. Since kernel 2.6.5, the quirkkhali2008-11-301-38/+10
* Simplify the "detect_data" type: no need to store the i2c adapter namekhali2008-11-301-12/+5
* Minor comment fix.khali2008-11-301-3/+3
* Split scan_i2c_adapter into subfunctions to make it easier to read.khali2008-11-301-85/+101
* Reindent more functions.khali2008-11-301-277/+287
* Reindent Super-I/O and CPU core detection functions.khali2008-11-301-160/+162
* Accept negative temperatures in RRD database.khali2008-11-302-1/+2
* Minor clean-up in i2c_probe.khali2008-11-301-3/+2
* Reindent I2C access functions.khali2008-11-301-79/+83
* Rework adapter_pci_detection to require fewer levels of indentation.khali2008-11-301-23/+23
* Simplify adapter_pci_detection_sis_96x.khali2008-11-301-11/+3
* Reindent adapter detection functions.khali2008-11-301-68/+69
* Reindent auxiliary functions.khali2008-11-301-44/+47
* Drop unused function swap_bytes().khali2008-11-301-7/+1
* One less level of indirection for cpu_ids detection functions.khali2008-11-301-8/+8