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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user