diff for duplicates of <10603869402949@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 94a75b1..b758103 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,15 +17,15 @@ diff -Nru a/drivers/pci/quirks.c b/drivers/pci/quirks.c if (likely(dev->subsystem_vendor != PCI_VENDOR_ID_ASUSTEK)) return; -- if ((dev->device = PCI_DEVICE_ID_INTEL_82845_HB) && -- (dev->subsystem_device = 0x8088)) /* P4B533 */ +- if ((dev->device == PCI_DEVICE_ID_INTEL_82845_HB) && +- (dev->subsystem_device == 0x8088)) /* P4B533 */ - asus_hides_smbus = 1; -+ if (dev->device = PCI_DEVICE_ID_INTEL_82845_HB) ++ if (dev->device == PCI_DEVICE_ID_INTEL_82845_HB) + switch(dev->subsystem_device) { + case 0x8070: /* P4B */ + case 0x8088: /* P4B533 */ + asus_hides_smbus = 1; + } - if ((dev->device = PCI_DEVICE_ID_INTEL_82845G_HB) && - (dev->subsystem_device = 0x80b2)) /* P4PE */ + if ((dev->device == PCI_DEVICE_ID_INTEL_82845G_HB) && + (dev->subsystem_device == 0x80b2)) /* P4PE */ asus_hides_smbus = 1; diff --git a/a/content_digest b/N1/content_digest index 66a4b11..7f694ec 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\010603869391598@kroah.com\0" - "ref\010603869373490@kroah.com\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH] More i2c driver changes 2.6.0-test2\0" - "Date\0Thu, 19 May 2005 06:24:11 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH] More i2c driver changes 2.6.0-test2\0" + "Date\0Fri, 8 Aug 2003 16:55:40 -0700\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "\00:1\0" @@ -26,17 +25,17 @@ " \tif (likely(dev->subsystem_vendor != PCI_VENDOR_ID_ASUSTEK))\n" " \t\treturn;\n" " \n" - "-\tif ((dev->device = PCI_DEVICE_ID_INTEL_82845_HB) && \n" - "-\t (dev->subsystem_device = 0x8088)) /* P4B533 */\n" + "-\tif ((dev->device == PCI_DEVICE_ID_INTEL_82845_HB) && \n" + "-\t (dev->subsystem_device == 0x8088)) /* P4B533 */\n" "-\t\tasus_hides_smbus = 1;\n" - "+\tif (dev->device = PCI_DEVICE_ID_INTEL_82845_HB)\n" + "+\tif (dev->device == PCI_DEVICE_ID_INTEL_82845_HB)\n" "+\t\tswitch(dev->subsystem_device) {\n" "+\t\tcase 0x8070: /* P4B */\n" "+\t \tcase 0x8088: /* P4B533 */\n" "+\t\t\tasus_hides_smbus = 1;\n" "+\t\t}\n" - " \tif ((dev->device = PCI_DEVICE_ID_INTEL_82845G_HB) &&\n" - " \t (dev->subsystem_device = 0x80b2)) /* P4PE */\n" + " \tif ((dev->device == PCI_DEVICE_ID_INTEL_82845G_HB) &&\n" + " \t (dev->subsystem_device == 0x80b2)) /* P4PE */\n" " \t\tasus_hides_smbus = 1;" -7d3f6c38da58e82ed221f6685ea77bf9b99f3fa3801066eba9a695faf3a16beb +82a686fc6a5fb19298cdb3acfd495c38c4f86e632924b27c3a201688e69732b5
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.