Ticket #2336: option1.diff

File option1.diff, 0.7 kB (added by ticket, 5 months ago)

option to have the NG device on it's own

  • prog/detect/sensors-detect

    old new  
    868868       i2c_detect => sub { w83l784r_detect(1, @_); }, 
    869869     }, 
    870870     { 
    871        name => "Winbond W83L786NR/NG/R/G", 
     871       name => "Winbond W83L786NG", 
     872       driver => "w83l786ng", 
     873       i2c_addrs => [0x2e, 0x2f], 
     874       i2c_detect => sub { w83l784r_detect(2, @_); }, 
     875     }, 
     876     { 
     877       name => "Winbond W83L786NR/R/G", 
    872878       driver => "to-be-written", 
    873879       i2c_addrs => [0x2e, 0x2f], 
    874880       i2c_detect => sub { w83l784r_detect(2, @_); },