LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Gordon Stanton" <fixacpi@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: linux-acpi@vger.kernel.org, acpi4asus-user@lists.sourceforge.net,
lm-sensors@lm-sensors.org, s270-linux@mail.0pointer.de,
linux-pci@atrey.karlin.mff.cuni.cz
Subject: [PATCH] Add Micro-Star as a PCI VENDOR
Date: Thu, 25 Jan 2007 12:15:51 +1100 [thread overview]
Message-ID: <c1cd85210701241715p29fb437dy9400e74afaf8bbf7@mail.gmail.com> (raw)
Hi,
I noticed that a common motherboard manufacturer Micro-Star was
missing it's PCI_VENDOR_ID and so I have sent this patch in.
Later on I will send a patch to pci/quirks.c to unhide the SMBus on
the M510C laptop once I have investigated it a bit more. It hides the
SMBus the same as ASUS (and a couple of others) laptops.
This is definately the correct ID, see
http://www.pcidatabase.com/vendor_details.php?id=705
I would also be happy with PCI_VENDOR_ID_MICRO_STAR instead, what do you think?
Signed-off-by: Gordon Stanton <fixacpi@gmail.com>
---
--- linux-2.6.20-rc5/include/linux/pci_ids.h 2007-01-13 05:54:26.000000000 +1100
+++ linux/include/linux/pci_ids.h 2007-01-25 11:43:30.478249500 +1100
@@ -1875,6 +1875,8 @@
#define PCI_VENDOR_ID_SAMSUNG 0x144d
+#define PCI_VENDOR_ID_MICROSTAR 0x1462
+
#define PCI_VENDOR_ID_MYRICOM 0x14c1
#define PCI_VENDOR_ID_TITAN 0x14D2
next reply other threads:[~2007-01-25 1:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-25 1:15 Gordon Stanton [this message]
2007-01-25 1:26 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c1cd85210701241715p29fb437dy9400e74afaf8bbf7@mail.gmail.com \
--to=fixacpi@gmail.com \
--cc=acpi4asus-user@lists.sourceforge.net \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@atrey.karlin.mff.cuni.cz \
--cc=lm-sensors@lm-sensors.org \
--cc=s270-linux@mail.0pointer.de \
--subject='Re: [PATCH] Add Micro-Star as a PCI VENDOR' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).