Ticket #2353 (closed defect: fixed)

Opened 5 years ago

Last modified 3 years ago

dme1737 incorrectly exports VID for sch311x devices

Reported by: juergh Owned by: khali
Priority: major Milestone:
Component: kernel Version: kernel
Keywords: Cc:

Description

The sch311x chips don't have VID input pins but the dme1737 provides a VID sysfs attribute for these devices. The driver incorrectly reads a reserved register and exports its value via sysfs.

Attachments

hwmon-dme1737-no-vid-on-sch311x.patch Download (2.8 KB) - added by khali 4 years ago.
Proposed fix

Change History

follow-up: ↓ 2   Changed 4 years ago by khali

Juerg, any progress on this?

in reply to: ↑ 1   Changed 4 years ago by juergh

Juerg, any progress on this?

Not really no. Haven't had the time yet.

  Changed 4 years ago by khali

  • owner changed from juergh to khali

Changed 4 years ago by khali

Proposed fix

  Changed 3 years ago by khali

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

Fixed in kernel 2.6.32:
 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9d0914468fdf66d61a57e7c074b17a28eed4d3dd

For older kernels, the workaround is to add:

   ignore cpu0_vid

in the configuration file.

Note: See TracTickets for help on using tickets.