mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Geert's PPC support and Hydra driver
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@430 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -78,6 +78,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
driver => "i2c-ali15x3",
|
||||
match => sub { $_[0] =~ /^SMBus ALI15X3 adapter at [0-9,a-f]{4}/ },
|
||||
}
|
||||
{
|
||||
vendid => 0x106b,
|
||||
devid => 0x000e,
|
||||
func => 0,
|
||||
procid => "Apple Computer Inc. Hydra Mac I/O",
|
||||
driver => "i2c-hydra",
|
||||
match => sub { $_[0] =~ /^Hydra i2c/ },
|
||||
},
|
||||
);
|
||||
|
||||
use subs qw(lm78_detect lm78_isa_detect lm78_alias_detect lm75_detect
|
||||
|
Reference in New Issue
Block a user