[PATCH] PCI: Quirk for Asus M5N

From: Greg KH (gregkh_at_suse.de)
Date: 04/02/05

  • Next message: Greg KH: "[PATCH] PCI: remove pci_find_device usage from pci sysfs code."
    Date:	Fri, 1 Apr 2005 15:47:53 -0800
    To: linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz
    
    

    ChangeSet 1.2181.16.19, 2005/03/28 15:09:51-08:00, khali@linux-fr.org

    [PATCH] PCI: Quirk for Asus M5N

    One more Asus laptop which requires a PCI quirk to unhide the SMBus.
    Contributed by Matthias Hensler through bugzilla (#4391).

    Signed-off-by: Jean Delvare <khali@linux-fr.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

     drivers/pci/quirks.c | 1 +
     1 files changed, 1 insertion(+)

    diff -Nru a/drivers/pci/quirks.c b/drivers/pci/quirks.c
    --- a/drivers/pci/quirks.c 2005-04-01 15:33:28 -08:00
    +++ b/drivers/pci/quirks.c 2005-04-01 15:33:28 -08:00
    @@ -787,6 +787,7 @@
                     if (dev->device == PCI_DEVICE_ID_INTEL_82855GM_HB)
                             switch (dev->subsystem_device) {
                             case 0x1751: /* M2N notebook */
    + case 0x1821: /* M5N notebook */
                                     asus_hides_smbus = 1;
                             }
                     if (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB)

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Greg KH: "[PATCH] PCI: remove pci_find_device usage from pci sysfs code."

    Relevant Pages

    • Re: ACPI interrupts on Asus
      ... > You both indicated on the LKML list that you have an ASUS laptop and ... > after a suspend, ACPI interrupts are not received. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.0-test9-bk16 ALi M5229 kernel boot error
      ... > The whole thing should probably be done as a PCI quirk. ... > change my patch to be the absolute minimal one, ... Ivan. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Need break driver<-->pci-device automatic association
      ... > We can use PCI quirk here. ... Patch attached. ... for the relevant card. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: new PCI quirk for Toshiba Satellite?
      ... If I boot up and modprobe the driver with ... so the fix below allows my OHCI device to work ... looks like it should be a pci quirk instead. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Call for PIIX4 chipset testers
      ... PCI quirk: region 8000-803f claimed by PIIX4 ACPI ... 0:d.0 Multimedia audio ctrl: ESS Tech ES1983S Maestro-3i PCI Audio Accelerator ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)