Ticket #2328 (closed enhancement: fixed)

Opened 5 years ago

Last modified 4 years ago

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

Reported by: khali Owned by: khali
Priority: minor Milestone: 3.1.0
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

Changed 5 years ago by khali

  • milestone changed from 3.0.3 to 3.0.4

Changed 4 years ago by khali

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

Changed 4 years ago by khali

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

Done in r5407.

Note: See TracTickets for help on using tickets.