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

Change i2c-arp entry to not-a-sensor. ARP confuses users (#2120)

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4136 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Rudolf Marek
2006-09-02 19:08:49 +00:00
parent 6a095858fa
commit c879e6f5f8

View File

@@ -1570,7 +1570,7 @@ use vars qw(@pci_adapters_sis5595 @pci_adapters_sis645 @pci_adapters_sis96x);
},
{
name => "SMBus 2.0 ARP-Capable Device",
driver => "smbus-arp",
driver => "not-a-sensor",
i2c_addrs => [0x61],
i2c_detect => sub { arp_detect(@_); },
},