diff for duplicates of <10898500351442@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 2af229e..8e9a08a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,10 +9,10 @@ tested this on nc8000, but it should work for the nc6000 too. Unfortunatley, we had to little information to fix the problem described in the reported bug below, as is probably the same problem. But if we're very lucky it might solve it too. -http://bugzilla.kernel.org/show_bug.cgi?id)76 +http://bugzilla.kernel.org/show_bug.cgi?id=2976 -Signed-off-by: ?rjan Persson <orange@fobie.net> +Signed-off-by: Örjan Persson <orange@fobie.net> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> @@ -30,52 +30,52 @@ 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) +- 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) +- if (dev->device == PCI_DEVICE_ID_INTEL_82845G_HB) - switch(dev->subsystem_device) { - case 0x80b1: /* P4GE-V */ - case 0x80b2: /* P4PE */ - case 0x8093: /* P4B533-V */ - asus_hides_smbus = 1; - } -- if ((dev->device = PCI_DEVICE_ID_INTEL_82850_HB) && -- (dev->subsystem_device = 0x8030)) /* P4T533 */ +- if ((dev->device == PCI_DEVICE_ID_INTEL_82850_HB) && +- (dev->subsystem_device == 0x8030)) /* P4T533 */ - asus_hides_smbus = 1; -- if ((dev->device = PCI_DEVICE_ID_INTEL_7205_0) && -- (dev->subsystem_device = 0x8070)) /* P4G8X Deluxe */ +- if ((dev->device == PCI_DEVICE_ID_INTEL_7205_0) && +- (dev->subsystem_device == 0x8070)) /* P4G8X Deluxe */ - asus_hides_smbus = 1; - return; -+ if (unlikely(dev->subsystem_vendor = PCI_VENDOR_ID_ASUSTEK)) { -+ if (dev->device = PCI_DEVICE_ID_INTEL_82845_HB) ++ if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_ASUSTEK)) { ++ 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) ++ if (dev->device == PCI_DEVICE_ID_INTEL_82845G_HB) + switch(dev->subsystem_device) { + case 0x80b1: /* P4GE-V */ + case 0x80b2: /* P4PE */ + case 0x8093: /* P4B533-V */ + asus_hides_smbus = 1; + } -+ if (dev->device = PCI_DEVICE_ID_INTEL_82850_HB) ++ if (dev->device == PCI_DEVICE_ID_INTEL_82850_HB) + switch(dev->subsystem_device) { + case 0x8030: /* P4T533 */ + asus_hides_smbus = 1; + } -+ if (dev->device = PCI_DEVICE_ID_INTEL_7205_0) ++ if (dev->device == PCI_DEVICE_ID_INTEL_7205_0) + switch (dev->subsystem_device) { + case 0x8070: /* P4G8X Deluxe */ + asus_hides_smbus = 1; + } -+ } else if (unlikely(dev->subsystem_vendor = PCI_VENDOR_ID_HP)) { -+ if (dev->device = PCI_DEVICE_ID_INTEL_82855PM_HB) ++ } else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_HP)) { ++ if (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB) + switch(dev->subsystem_device) { + case 0x088C: /* HP Compaq nc8000 */ + case 0x0890: /* HP Compaq nc6000 */ diff --git a/a/content_digest b/N1/content_digest index f145cc3..11dd294 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\010898500353542@kroah.com\0" - "ref\010898500251206@kroah.com\0" - "From\0greg@kroah.com (Greg KH)\0" - "Subject\0[PATCH] I2C update for 2.6.8-rc1\0" - "Date\0Thu, 19 May 2005 06:25:06 +0000\0" + "From\0Greg KH <greg@kroah.com>\0" + "Subject\0Re: [PATCH] I2C update for 2.6.8-rc1\0" + "Date\0Wed, 14 Jul 2004 17:07:15 -0700\0" "To\0linux-kernel@vger.kernel.org" " sensors@stimpy.netroedge.com\0" "\00:1\0" @@ -18,10 +17,10 @@ "Unfortunatley, we had to little information to fix the problem described\n" "in the reported bug below, as is probably the same problem. But if we're\n" "very lucky it might solve it too.\n" - "http://bugzilla.kernel.org/show_bug.cgi?id)76\n" + "http://bugzilla.kernel.org/show_bug.cgi?id=2976\n" "\n" "\n" - "Signed-off-by: ?rjan Persson <orange@fobie.net>\n" + "Signed-off-by: \303\226rjan Persson <orange@fobie.net>\n" "Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>\n" "\n" "\n" @@ -39,52 +38,52 @@ "-\tif (likely(dev->subsystem_vendor != PCI_VENDOR_ID_ASUSTEK))\n" "-\t\treturn;\n" "-\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" + "-\tif (dev->device == PCI_DEVICE_ID_INTEL_82845G_HB)\n" "-\t\tswitch(dev->subsystem_device) {\n" "- \t\tcase 0x80b1: /* P4GE-V */\n" "-\t\tcase 0x80b2: /* P4PE */\n" "- \t\tcase 0x8093: /* P4B533-V */\n" "-\t\t\tasus_hides_smbus = 1;\n" "-\t\t}\n" - "-\tif ((dev->device = PCI_DEVICE_ID_INTEL_82850_HB) &&\n" - "-\t (dev->subsystem_device = 0x8030)) /* P4T533 */\n" + "-\tif ((dev->device == PCI_DEVICE_ID_INTEL_82850_HB) &&\n" + "-\t (dev->subsystem_device == 0x8030)) /* P4T533 */\n" "-\t\tasus_hides_smbus = 1;\n" - "-\tif ((dev->device = PCI_DEVICE_ID_INTEL_7205_0) &&\n" - "-\t (dev->subsystem_device = 0x8070)) /* P4G8X Deluxe */\n" + "-\tif ((dev->device == PCI_DEVICE_ID_INTEL_7205_0) &&\n" + "-\t (dev->subsystem_device == 0x8070)) /* P4G8X Deluxe */\n" "-\t\tasus_hides_smbus = 1;\n" "-\treturn;\n" - "+\tif (unlikely(dev->subsystem_vendor = PCI_VENDOR_ID_ASUSTEK)) {\n" - "+\t\tif (dev->device = PCI_DEVICE_ID_INTEL_82845_HB)\n" + "+\tif (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_ASUSTEK)) {\n" + "+\t\tif (dev->device == PCI_DEVICE_ID_INTEL_82845_HB)\n" "+\t\t\tswitch(dev->subsystem_device) {\n" "+\t\t\tcase 0x8070: /* P4B */\n" "+\t\t\tcase 0x8088: /* P4B533 */\n" "+\t\t\t\tasus_hides_smbus = 1;\n" "+\t\t\t}\n" - "+\t\tif (dev->device = PCI_DEVICE_ID_INTEL_82845G_HB)\n" + "+\t\tif (dev->device == PCI_DEVICE_ID_INTEL_82845G_HB)\n" "+\t\t\tswitch(dev->subsystem_device) {\n" "+\t\t\tcase 0x80b1: /* P4GE-V */\n" "+\t\t\tcase 0x80b2: /* P4PE */\n" "+\t\t\tcase 0x8093: /* P4B533-V */\n" "+\t\t\t\tasus_hides_smbus = 1;\n" "+\t\t\t}\n" - "+\t\tif (dev->device = PCI_DEVICE_ID_INTEL_82850_HB)\n" + "+\t\tif (dev->device == PCI_DEVICE_ID_INTEL_82850_HB)\n" "+\t\t\tswitch(dev->subsystem_device) {\n" "+\t\t\tcase 0x8030: /* P4T533 */\n" "+\t\t\t\tasus_hides_smbus = 1;\n" "+\t\t\t}\n" - "+\t\tif (dev->device = PCI_DEVICE_ID_INTEL_7205_0)\n" + "+\t\tif (dev->device == PCI_DEVICE_ID_INTEL_7205_0)\n" "+\t\t\tswitch (dev->subsystem_device) {\n" "+\t\t\tcase 0x8070: /* P4G8X Deluxe */\n" "+\t\t\t\tasus_hides_smbus = 1;\n" "+\t\t\t}\n" - "+\t} else if (unlikely(dev->subsystem_vendor = PCI_VENDOR_ID_HP)) {\n" - "+\t\tif (dev->device = PCI_DEVICE_ID_INTEL_82855PM_HB)\n" + "+\t} else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_HP)) {\n" + "+\t\tif (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB)\n" "+\t\t\tswitch(dev->subsystem_device) {\n" "+\t\t\tcase 0x088C: /* HP Compaq nc8000 */\n" "+\t\t\tcase 0x0890: /* HP Compaq nc6000 */\n" @@ -112,4 +111,4 @@ " #ifdef CONFIG_SCSI_SATA\n" " \t/* Fixup BIOSes that configure Parallel ATA (PATA / IDE) and" -05249dcb8893063e7bb56e59759ba36b5cbe9d2830c82d7ea9d61a1739bac6a2 +24569a157d3a95828ee78a9880d53e943b9f8ea16c8a33c6e4940d06ff376ca0
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.