* quirks.c patch for Asus W1N laptop model support (asus_hides_smbus)
@ 2005-05-07 22:01 Éric BURGHARD
2005-05-10 0:34 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Éric BURGHARD @ 2005-05-07 22:01 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, linux-pci
Hi,
Here's a patch for W1N notebook.
Thanks.
--- quirks.c.old 2005-05-07 04:18:38.000000000 +0200
+++ quirks.c 2005-05-07 11:52:07.000000000 +0200
@@ -787,6 +787,7 @@
if (dev->device == PCI_DEVICE_ID_INTEL_82855PM_HB)
switch (dev->subsystem_device) {
case 0x186a: /* M6Ne notebook */
+ case 0x184b: /* W1N notebook */
asus_hides_smbus = 1;
}
} else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_HP)) {
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: quirks.c patch for Asus W1N laptop model support (asus_hides_smbus)
2005-05-07 22:01 quirks.c patch for Asus W1N laptop model support (asus_hides_smbus) Éric BURGHARD
@ 2005-05-10 0:34 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2005-05-10 0:34 UTC (permalink / raw)
To: ?ric BURGHARD; +Cc: linux-kernel, linux-pci
On Sun, May 08, 2005 at 12:01:15AM +0200, ?ric BURGHARD wrote:
> Hi,
>
> Here's a patch for W1N notebook.
Hm, your email client ate the tabs in the patch, and it can't be applied
:(
Can you regenerate this, and add a Signed-off-by: line as per
Documentation/SubmittingPatches, and base the patch off of the main
kernel directory, and resend it with the same sentance above for a
description so I can apply it to the trees?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-05-10 0:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-07 22:01 quirks.c patch for Asus W1N laptop model support (asus_hides_smbus) Éric BURGHARD
2005-05-10 0:34 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox