Ticket #2328 (closed enhancement: fixed)

Opened 6 months ago

Last modified 1 week ago

sensors-detect: Get the bus driver names from the kernel

Reported by: khali Assigned to: khali
Priority: minor Milestone: 3.0.4
Component: misc Version:
Keywords: Cc:

Description

The Linux 2.6 kernel tells you which kernel module provides support for a given driver, so we can stop guessing it with tricky regexp matching against the i2c bus names.

Apparently this won't work for some drivers though: i2c-viapro and i2c-sis5595 don't really bind to their devices, so that other drivers can also use these multifunction devices.

Change History

09/21/08 17:39:56 changed by khali

  • milestone changed from 3.0.3 to 3.0.4.

11/24/08 13:37:21 changed by khali

  • owner changed from somebody to khali.
  • status changed from new to assigned.

11/24/08 13:42:54 changed by khali

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

Done in r5407.