Ticket #2154: pci-smbus-quirk-compaq-d510.patch

File pci-smbus-quirk-compaq-d510.patch, 0.6 KB (added by khali, 6 years ago)

SMBus unhiding quirk for Compaq D510

  • drivers/pci/quirks.c

    ---
     drivers/pci/quirks.c |    2 ++
     1 file changed, 2 insertions(+)
    
    old new  
    10321032                                asus_hides_smbus = 1; 
    10331033                        } 
    10341034        } 
     1035        if (dev->device == PCI_DEVICE_ID_INTEL_82845G_HB) 
     1036                asus_hides_smbus = 1; 
    10351037} 
    10361038DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,   PCI_DEVICE_ID_INTEL_82845_HB,   asus_hides_smbus_hostbridge ); 
    10371039DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,   PCI_DEVICE_ID_INTEL_82845G_HB,  asus_hides_smbus_hostbridge );