Ticket #2260 (closed defect: fixed)

Opened 1 year ago

Last modified 1 week ago

libsensors: Add support for attributes in the hwmon class device

Reported by: khali Assigned to: khali
Priority: major Milestone: 3.0.1
Component: libsensors Version: 3.0.0
Keywords: Cc:

Description

libsensors assumes that the hwmon attributes are exported by the kernel drivers as attributes of the device itself, rather than attributes of the hwmon class device. This is for historical reasons, but it could cause namespace collisions (in particular for multifunction devices). It is likely that we will want to move the attributes to the hwmon class device at some point in time, so libsensors should start supporting this.

Change History

12/28/07 17:41:13 changed by khali

  • owner changed from somebody to khali.
  • status changed from new to assigned.
  • version set to 3.0.0.

01/05/08 16:25:31 changed by khali

  • status changed from assigned to closed.
  • resolution set to fixed.

Implemented in r5093.

09/27/08 17:44:30 changed by khali

pwmconfig part implemented in r5343.