summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modify license text to GPLv2 only for scanner tests.scanner-opt-branchmmh2006-10-262-4/+2
* Oops: add missing license notices.mmh2006-10-122-0/+34
* First shot at a regression test for the config file scanner. A handful ofmmh2006-10-1218-0/+363
* another error handling fixmmh2006-10-101-0/+1
* Previous fix was *almost* correct. After an ERROR, the parser expects an EOLmmh2006-10-051-0/+1
* Fix error handling path so that invalid keywords are reported at the correctmmh2006-10-051-3/+6
* Subtle bugfix: if a keyword is not followed by whitespace, we still need tommh2006-09-151-7/+12
* Get rid of 'backing up' by adding and/or expanding some rules. As a side eff...mmh2006-09-062-3/+13
* Get rid of unnecessary quotes in keyword rules.mmh2006-09-061-6/+6
* This patch is a minor but easy optimization: slurp up the trailing whitespacemmh2006-09-061-7/+9
* This patch makes all start conditions exclusive. This involves copying somemmh2006-09-061-69/+109
* Remove %option yylineno and add/modify rules to count lines explicitly;mmh2006-08-311-17/+28
* Cleanup style and formatting.mmh2006-08-311-45/+46
* Create a branch for libsensors(3) config file scanner optimizations.mmh2006-08-310-0/+0
* Attempt to make sensors-detect slightly more user-friendly, part one.khali2006-08-292-64/+65
* sensors-detect: Exit immediately if user isn't root. It makes very littlekhali2006-08-282-69/+46
* The original adm1026 driver numbered the fans from 0 to 7, and so doeskhali2006-08-282-3/+4
* Drop func from PCI device entries, as we don't use it anymore.khali2006-08-281-110/+2
* sensors-detect: Add Analog Devices ADM1033, ADM1034, ADT7462, ADT7466,khali2006-08-272-1/+129
* Explicitely prevent Winbond chips from being misdetected as LM78 chips.khali2006-08-271-1/+6
* Drop A7N8X-X comments from the as99127f section, as we now know this boardkhali2006-08-271-5/+1
* Display it87 VID with 3 decimal places instead of 2.khali2006-08-261-1/+1
* List the upcoming w83793 driver.khali2006-08-251-2/+2
* Update copyright years.khali2006-08-251-0/+1
* Clean up the PCI device probing, reducing complexity from O(N^2) to O(N).khali2006-08-251-6/+4
* Add userspace support for the Winbond W83793. Patch contributed bykhali2006-08-247-1/+204
* sensors-detect: Simplify detection of SiS5595, VIA686 and VT8231.khali2006-08-232-111/+34
* Adjust the user interaction messages (ISA bus versus ISA ports, remove word I...ruik2006-08-231-4/+5
* sensors-detect: Add AMD K8 thermal sensors detection.khali2006-08-232-0/+14
* Update.khali2006-08-231-1/+1
* sensors-detect: Add Intel ICH8 detection.khali2006-08-232-0/+9
* Winbond donated an Asus P4P800-X motherboard with a Pentium 4 2.8 GHz,khali2006-08-221-2/+7
* Revert previous Makefile change (Silent errors on missing dependency files)khali2006-08-202-2/+1
* Add support for k8temp driverruik2006-08-196-0/+51
* Add PCI bus support - forgot to commit with last changesetruik2006-08-191-0/+2
* Add PCI bus supportruik2006-08-195-0/+21
* doc/developers/sysfs-interface: Update.khali2006-08-192-4/+4
* Enhance w83791d support. Add output for in7, in8, in9, fan4 and fan5.khali2006-08-183-9/+105
* Restore errors on it87 in3 and in7, I misread the datasheets, these inputskhali2006-08-131-2/+4
* Rewrite the bank switching code in a slightly different way to keepkhali2006-08-121-3/+5
* No error on missing it87 in3, in5, in6 or in7. These inputs are sharedkhali2006-08-121-8/+4
* Fix the detection function calls, so that we no more need to declarekhali2006-08-111-145/+126
* Rename "DDC monitor" to "EDID EEPROM" so users don't think it haskhali2006-08-111-1/+1
* i2c-isa will soon be gone.khali2006-08-111-2/+4
* Add support for the ITE IT8718F Super-I/O chip (prefix: it8718).khali2006-08-095-6/+9
* More .PHONY targets.khali2006-08-091-1/+1
* Some more it8716 voltage configuration.khali2006-08-091-3/+14
* sensors-detect: Check i2c adapter functionalities before probing, so thatkhali2006-08-092-4/+41
* sensors-detect: Drop the ISA IT87xxF detection. Super-I/O detection iskhali2006-08-082-71/+3
* Detect the upcoming IT8718F Super-I/O chip. Support will most certainly gokhali2006-08-041-0/+6