2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Fix scx200_acb name matching regexp.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5440 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-11-27 16:44:00 +00:00
parent 1376b4846d
commit 7b2e59500a

View File

@@ -498,7 +498,7 @@ use vars qw(@i2c_adapter_names);
{ driver => "i2c-amd756", match => qr/^SMBus (AMD756|AMD766|AMD768|AMD8111|nVidia nForce) adapter at / },
{ driver => "i2c-amd8111", match => qr/^SMBus2 AMD8111 adapter at / },
{ driver => "i2c-nforce2", match => qr/^SMBus nForce2 adapter at / },
{ driver => "scx200_acb", match => qr/^(NatSemi SCx200 ACCESS\.bus|SCx200 ACB\d+|CS553[56] ACB\d+) / },
{ driver => "scx200_acb", match => qr/^(NatSemi SCx200 ACCESS\.bus|SCx200 ACB\d+|CS553[56] ACB\d+)/ },
);
# This is a list of all recognized I2C and ISA chips.