2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 08:45:26 +00:00

Support ALi 1563 bus (Linux 2.6 only).

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2455 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-04-19 19:53:23 +00:00
parent e9d2d1aa95
commit f32d63565a

View File

@@ -253,6 +253,14 @@ use vars qw(@pci_adapters @chip_ids @superio_ids);
driver => "i2c-ali1535",
match => sub { $_[0] =~ /^SMBus ALI1535 adapter at/ },
},
{
vendid => 0x10b9,
devid => 0x1563,
func => 0,
procid => "Acer Labs 1563",
driver => "i2c-ali1563",
match => sub { $_[0] =~ /^SMBus ALi 1563 Adapter @/ },
},
{
vendid => 0x106b,
devid => 0x000e,