|
|
|
@5522
|
[5522]
|
4 years |
khali |
Handle the case where DMI data isn't available.
|
|
|
|
@5521
|
[5521]
|
4 years |
khali |
Move IPMI interface detection to its own section. IPMI is really different …
|
|
|
|
@5520
|
[5520]
|
4 years |
khali |
Always probe the SMBus on Asus and Tyan boards. Both vendors are well …
|
|
|
|
@5519
|
[5519]
|
4 years |
khali |
Gather DMI data and print it at start-up. We may use this data for
various …
|
|
|
|
@5518
|
[5518]
|
4 years |
khali |
Add IT8710F (no sensors).
|
|
|
|
@5517
|
[5517]
|
4 years |
khali |
Add IT8710F (no sensors).
|
|
|
|
@5516
|
[5516]
|
4 years |
khali |
Properly handle ISA probe skip for Super I/O those registers are accessed …
|
|
|
|
@5515
|
[5515]
|
4 years |
khali |
Document the new detection order and rules.
Drop the reference to …
|
|
|
|
@5514
|
[5514]
|
4 years |
khali |
Minor coding style fix.
|
|
|
|
@5513
|
[5513]
|
4 years |
khali |
Minor consistency edit.
|
|
|
|
@5512
|
[5512]
|
4 years |
khali |
Merge sensors-detect-stat.pl functionality into sensors-detect. This
will …
|
|
|
|
@5511
|
[5511]
|
4 years |
khali |
Skip SMBus probing by default if a Super I/O was found. The user can
still …
|
|
|
|
@5510
|
[5510]
|
4 years |
khali |
Skip non-hwmon devices.
|
|
|
|
@5509
|
[5509]
|
4 years |
khali |
Fix insecure dependency in printf.
|
|
|
|
@5508
|
[5508]
|
4 years |
khali |
Fix insecure dependency in printf.
|
|
|
|
@5507
|
[5507]
|
4 years |
khali |
Have scan_superio return a list of features instead of a boolean value.
|
|
|
|
@5506
|
[5506]
|
4 years |
khali |
List the features of each Super I/O chip, for later use.
|
|
|
|
@5505
|
[5505]
|
4 years |
khali |
Clean-up scan_superio.
|
|
|
|
@5504
|
[5504]
|
4 years |
khali |
Do not scan I2C adapters on multimedia cards by default. I've never
seen a …
|
|
|
|
@5503
|
[5503]
|
4 years |
khali |
Skip ISA detection by default if a Super I/O was found. In general, …
|
|
|
|
@5502
|
[5502]
|
4 years |
khali |
Add an option to skip ISA probes except IPMI. The idea is that only
old …
|
|
|
|
@5501
|
[5501]
|
4 years |
khali |
Minor fixes to the previous commit.
|
|
|
|
@5500
|
[5500]
|
4 years |
khali |
Move some code from main() to scan_i2c_adapter() as it makes more sense …
|
|
|
|
@5499
|
[5499]
|
4 years |
khali |
Drop redundant comments in PCI / CPU detection section.
|
|
|
|
@5498
|
[5498]
|
4 years |
khali |
Probe chip types from safest to more risky. Start with sensors embedded
in …
|
|
|
|
@5497
|
[5497]
|
4 years |
khali |
Turn chips_detected into a hash. This is more appropriate to the data
we …
|
|
|
|
@5496
|
[5496]
|
4 years |
khali |
Move alias detection after all chip detections. This is slightly less …
|
|
|
|
@5495
|
[5495]
|
4 years |
khali |
Fix calling convention comment.
|
|
|
|
@5494
|
[5494]
|
4 years |
khali |
Drop alias detection for Super-I/O chips. It never actually worked, …
|
|
|
|
@5493
|
[5493]
|
4 years |
khali |
Change the order of parameters of add_isa_to_chips_detected(). It
makes …
|
|
|
|
@5492
|
[5492]
|
4 years |
khali |
Delete extra spaces and blank lines.
|
|
|
|
@5491
|
[5491]
|
4 years |
khali |
Simplify the generation of module options.
|
|
|
|
@5490
|
[5490]
|
4 years |
khali |
Shorten the header comment of /etc/sysconfig/lm_sensors. We don't really …
|
|
|
|
@5489
|
[5489]
|
4 years |
khali |
Remaining spaces-to-tab conversions.
|
|
|
|
@5488
|
[5488]
|
4 years |
khali |
Reindent the rest of the code. At last! :)
|
|
|
|
@5487
|
[5487]
|
4 years |
khali |
Refactor code in andigilog_detect.
|
|
|
|
@5486
|
[5486]
|
4 years |
khali |
Refactor code in adt7467_detect and adt7473_detect.
|
|
|
|
@5485
|
[5485]
|
4 years |
khali |
Strip trailing whitespace.
|
|
|
|
@5484
|
[5484]
|
4 years |
khali |
More consistency in lm90_detect.
|
|
|
|
@5483
|
[5483]
|
4 years |
khali |
Reindent all chip detection functions.
|
|
|
|
@5482
|
[5482]
|
4 years |
khali |
Simplify LM77 detection. The extra detection steps were broken and nobody …
|
|
|
|
@5481
|
[5481]
|
4 years |
khali |
Minimum kernel version is 2.6.5, not 2.6.0.
|
|
|
|
@5480
|
[5480]
|
4 years |
khali |
Drop special handling of SiS south bridge. Since kernel 2.6.5, the quirk …
|
|
|
|
@5479
|
[5479]
|
4 years |
khali |
Simplify the "detect_data" type: no need to store the i2c adapter name
and …
|
|
|
|
@5478
|
[5478]
|
4 years |
khali |
Minor comment fix.
|
|
|
|
@5477
|
[5477]
|
4 years |
khali |
Split scan_i2c_adapter into subfunctions to make it easier to read.
|
|
|
|
@5476
|
[5476]
|
4 years |
khali |
Reindent more functions.
|
|
|
|
@5475
|
[5475]
|
4 years |
khali |
Reindent Super-I/O and CPU core detection functions.
|
|
|
|
@5474
|
[5474]
|
4 years |
khali |
Accept negative temperatures in RRD database.
|
|
|
|
@5473
|
[5473]
|
4 years |
khali |
Accept negative temperatures in RRD database.
|
|
|
|
@5472
|
[5472]
|
4 years |
khali |
Minor clean-up in i2c_probe.
|
|
|
|
@5471
|
[5471]
|
4 years |
khali |
Reindent I2C access functions.
|
|
|
|
@5470
|
[5470]
|
4 years |
khali |
Rework adapter_pci_detection to require fewer levels of indentation.
|
|
|
|
@5469
|
[5469]
|
4 years |
khali |
Simplify adapter_pci_detection_sis_96x.
|
|
|
|
@5468
|
[5468]
|
4 years |
khali |
Reindent adapter detection functions.
|
|
|
|
@5467
|
[5467]
|
4 years |
khali |
Reindent auxiliary functions.
|
|
|
|
@5466
|
[5466]
|
4 years |
khali |
Drop unused function swap_bytes().
|
|
|
|
@5465
|
[5465]
|
4 years |
khali |
One less level of indirection for cpu_ids detection functions.
|
|
|
|
@5464
|
[5464]
|
4 years |
khali |
Reindent @cpu_ids.
|
|
|
|
@5463
|
[5463]
|
4 years |
khali |
Reindent all superio_ids lists.
|
|
|
|
@5462
|
[5462]
|
4 years |
khali |
Split the big @superio_ids list into per-family lists.
|
|
|
|
@5461
|
[5461]
|
4 years |
khali |
Fill the driver field of non-hwmon device definitions automatically.
|
|
|
|
@5460
|
[5460]
|
4 years |
khali |
Move non-hwmon I2C device definitions to a separate array.
|
|
|
|
@5459
|
[5459]
|
4 years |
khali |
Fix initialize_modules_supported: filter out the special driver names, …
|
|
|
|
@5458
|
[5458]
|
4 years |
khali |
Consistently use .. for ranges of 3 or more addresses.
|
|
|
|
@5457
|
[5457]
|
4 years |
khali |
Reindent @chip_ids.
|
|
|
|
@5456
|
[5456]
|
4 years |
khali |
Reindent @pci_adapters.
|
|
|
|
@5455
|
[5455]
|
4 years |
khali |
Suggest the sbs driver for smart batteries.
|
|
|
|
@5454
|
[5454]
|
4 years |
khali |
3.0.2 release
|
|
|
|
@5453
|
[5453]
|
4 years |
khali |
Set version to 3.0.2.
|
|
|
|
@5452
|
[5452]
|
4 years |
khali |
Add missing includes.
|
|
|
|
@5451
|
[5451]
|
4 years |
khali |
Add back missing quotes, a previous cleanup was a bit overzealous.
|
|
|
|
@5450
|
[5450]
|
4 years |
khali |
Reindent several functions.
|
|
|
|
@5449
|
[5449]
|
4 years |
khali |
Consistently don't quote hash keys which don't need quotes. Use
single …
|
|
|
|
@5448
|
[5448]
|
4 years |
khali |
Consistently don't use prototyped functions.
|
|
|
|
@5447
|
[5447]
|
4 years |
khali |
Reindent and cleanup I/O port access functions.
|
|
|
|
@5446
|
[5446]
|
4 years |
khali |
Reindent pci access functions.
|
|
|
|
@5445
|
[5445]
|
4 years |
khali |
Strip trailing whitespace.
|
|
|
|
@5444
|
[5444]
|
4 years |
khali |
Reindent sysfs helpers.
|
|
|
|
@5443
|
[5443]
|
4 years |
khali |
Don't create module options for bus drivers we don't even need to load.
|
|
|
|
@5442
|
[5442]
|
4 years |
khali |
Cleanup generate_modprobes() a bit.
|
|
|
|
@5441
|
[5441]
|
4 years |
khali |
Fix bus number prediction logic (#2327). We don't need anything complex, …
|
|
|
|
@5440
|
[5440]
|
4 years |
khali |
Fix scx200_acb name matching regexp.
|
|
|
|
@5439
|
[5439]
|
4 years |
khali |
bmcsensors doesn't exist in the Linux 2.6 kernel.
|
|
|
|
@5438
|
[5438]
|
4 years |
khali |
Stop keeping track of the misdetected chips. Doing so needed very tricky …
|
|
|
|
@5437
|
[5437]
|
4 years |
khali |
2 digits are enough to print an I2C address.
|
|
|
|
@5436
|
[5436]
|
4 years |
khali |
Delete unused @probelist in generate_modprobes().
|
|
|
|
@5435
|
[5435]
|
4 years |
khali |
Reindent 2 functions.
|
|
|
|
@5434
|
[5434]
|
4 years |
khali |
Fix handling of bus driver names with an underscore.
Simplify loading of …
|
|
|
|
@5433
|
[5433]
|
4 years |
khali |
Unload kernel drivers which we loaded ourselves when we are done with …
|
|
|
|
@5432
|
[5432]
|
4 years |
khali |
As of kernel 2.6.28, alias detection is handled by kernel drivers …
|
|
|
|
@5431
|
[5431]
|
4 years |
khali |
List yesterday's sensors-detect changes.
|
|
|
|
@5430
|
[5430]
|
4 years |
khali |
Comment clarification.
|
|
|
|
@5429
|
[5429]
|
5 years |
khali |
Drop useless parentheses.
|
|
|
|
@5428
|
[5428]
|
5 years |
khali |
Clean up smartbatt_detect.
|
|
|
|
@5427
|
[5427]
|
5 years |
khali |
Merge the W83L785TS detection into w83l784r_detect.
|
|
|
|
@5426
|
[5426]
|
5 years |
khali |
Improve GL525 detection a bit, fix the (missing) driver name.
|
|
|
|
@5425
|
[5425]
|
5 years |
khali |
Merge the GL520 detection into gl518_detect.
|
|
|
|
@5424
|
[5424]
|
5 years |
khali |
Complete GL520SM detection.
|
|
|
|
@5423
|
[5423]
|
5 years |
khali |
Merge both GL518 entries into one. We don't need separate entries as
both …
|
|
|
|