Ticket #2336: option2.diff

File option2.diff, 441 bytes (added by ticket, 5 months ago)

option to have all the NR/NG/R/G devices detected with the ng driver

  • prog/detect/sensors-detect

    old new  
    869869     }, 
    870870     { 
    871871       name => "Winbond W83L786NR/NG/R/G", 
    872        driver => "to-be-written", 
     872       driver => "w83l786ng", 
    873873       i2c_addrs => [0x2e, 0x2f], 
    874874       i2c_detect => sub { w83l784r_detect(2, @_); }, 
    875875     },