summaryrefslogtreecommitdiff
path: root/prog
Commit message (Expand)AuthorAgeFilesLines
* Attempt to make sensors-detect slightly more user-friendly, part one.khali2006-08-291-64/+64
* sensors-detect: Exit immediately if user isn't root. It makes very littlekhali2006-08-281-69/+45
* 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-271-1/+127
* Explicitely prevent Winbond chips from being misdetected as LM78 chips.khali2006-08-271-1/+6
* 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-243-1/+63
* sensors-detect: Simplify detection of SiS5595, VIA686 and VT8231.khali2006-08-231-111/+33
* 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-231-0/+13
* sensors-detect: Add Intel ICH8 detection.khali2006-08-231-0/+8
* Add support for k8temp driverruik2006-08-193-0/+22
* Add PCI bus support - forgot to commit with last changesetruik2006-08-191-0/+2
* Add PCI bus supportruik2006-08-191-0/+2
* Enhance w83791d support. Add output for in7, in8, in9, fan4 and fan5.khali2006-08-181-5/+89
* 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-092-4/+5
* sensors-detect: Check i2c adapter functionalities before probing, so thatkhali2006-08-091-4/+40
* sensors-detect: Drop the ISA IT87xxF detection. Super-I/O detection iskhali2006-08-081-71/+1
* Detect the upcoming IT8718F Super-I/O chip. Support will most certainly gokhali2006-08-041-0/+6
* Add support for the IT8716F (prefix it8716). It is mostly similar to thekhali2006-08-034-18/+29
* Kill some dead code, which dealt with the case where a driver probeskhali2006-08-021-32/+0
* prog/dump/*.c, prog/detect/*.c: Handle possible error in fgets().khali2006-08-017-17/+22
* Typo fix, thanks to Brian C for reporting.khali2006-07-291-4/+4
* sensors-detect: Do not scan i2c-isa as if it were a regular i2c bus.khali2006-07-291-1/+1
* sensors-detect: Get driver information for busy addresses fromkhali2006-07-291-5/+84
* EEPROMs are not sensors.khali2006-07-281-0/+7
* sensors-detect: Add NatSemi/Winbond PC87427 detection. The chip is quitekhali2006-07-281-4/+9
* Add the IT8716 detectionruik2006-07-121-11/+32
* Drop duplicate udevdb file test.khali2006-07-041-1/+1
* Transion to new website, part2 - move more links, fix the CVS->SVNruik2006-07-022-3/+3
* Migrate links to new site and systemruik2006-07-021-3/+3
* sensors-detect: Add AMD Geode devices detectionkhali2006-06-231-1/+29
* sensors-detect: Add nForce4 MCP04, MCP51 and MCP55 detectionkhali2006-06-231-0/+24
* sensors-detect: Handle the W83791D driver difference between kernels.khali2006-06-181-6/+36
* Fix my stupid error (par was missing)ruik2006-06-181-0/+1
* prog/sensors/chips.c: Fix a memory leak in print_unknown_chip.khali2006-06-031-0/+1
* Add W83627DHG, add the revision of W83627EHF (0xA1)ruik2006-06-021-9/+26
* Add user-space support for abituguru. Patch from Hans de Goede.khali2006-06-023-0/+112
* Let the user know that eeprom support is going away soon.khali2006-05-261-3/+10
* Nicer header format.khali2006-05-261-9/+13
* SPD revision decoding depends on memory type.khali2006-05-261-28/+63