Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
sensors
> lm_sensors-r5757-LPC47M233-not-supported.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lm_sensors-r5757-LPC47M233-not-supported.patch of Package sensors (Revision 17)
Currently displaying revision
17
,
show latest
Upstream commit: http://www.lm-sensors.org/changeset/5757 The SMSC LPC47M233 isn't currently supported. If it ever is, it will most probably not be by the smsc47m1 driver. --- lm_sensors-3.1.1.orig/prog/detect/sensors-detect +++ lm_sensors-3.1.1/prog/detect/sensors-detect @@ -1415,7 +1415,7 @@ use constant FEAT_SMBUS => (1 << 7); features => FEAT_FAN, }, { name => "SMSC LPC47M233 Super IO Sensors", - driver => "smsc47m1", + driver => "to-be-written", devid => 0x6b80, devid_mask => 0xff80, logdev => 0x0a,