All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add Micro-Star as a PCI VENDOR
@ 2007-01-25  1:15 ` Gordon Stanton
  0 siblings, 0 replies; 6+ messages in thread
From: Gordon Stanton @ 2007-01-25  1:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-acpi, acpi4asus-user, lm-sensors, s270-linux, linux-pci

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [lm-sensors] [PATCH] Add Micro-Star as a PCI VENDOR
@ 2007-01-25  1:15 ` Gordon Stanton
  0 siblings, 0 replies; 6+ messages in thread
From: Gordon Stanton @ 2007-01-25  1:15 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-acpi, acpi4asus-user, lm-sensors, s270-linux, linux-pci

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?idp5

I would also be happy with PCI_VENDOR_ID_MICRO_STAR instead, what do you think?

Signed-off-by: Gordon Stanton <fixacpi at 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Add Micro-Star as a PCI VENDOR
  2007-01-25  1:15 ` [lm-sensors] " Gordon Stanton
@ 2007-01-25  1:26   ` Greg KH
  -1 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2007-01-25  1:26 UTC (permalink / raw)
  To: Gordon Stanton
  Cc: linux-kernel, linux-acpi, acpi4asus-user, lm-sensors, s270-linux,
	linux-pci

On Thu, Jan 25, 2007 at 12:15:51PM +1100, Gordon Stanton wrote:
> 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?

I suggest sending this patch in when you need to use it, i.e. at the
same time you send the quirk patch in.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [lm-sensors] [PATCH] Add Micro-Star as a PCI VENDOR
@ 2007-01-25  1:26   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2007-01-25  1:26 UTC (permalink / raw)
  To: Gordon Stanton
  Cc: linux-kernel, linux-acpi, acpi4asus-user, lm-sensors, s270-linux,
	linux-pci

On Thu, Jan 25, 2007 at 12:15:51PM +1100, Gordon Stanton wrote:
> 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?idp5
> 
> I would also be happy with PCI_VENDOR_ID_MICRO_STAR instead, what do you 
> think?

I suggest sending this patch in when you need to use it, i.e. at the
same time you send the quirk patch in.

thanks,

greg k-h


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [lm-sensors] [PATCH] Add Micro-Star as a PCI VENDOR
  2007-01-25  1:15 ` [lm-sensors] " Gordon Stanton
  (?)
  (?)
@ 2007-01-25  8:07 ` Jean Delvare
  -1 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-01-25  8:07 UTC (permalink / raw)
  To: lm-sensors

Hi Gordon,

Posting to 6 mailing-lists at once, are you mad?
I kept only the relevant ones.

On Wed, 24 Jan 2007 17:26:44 -0800, Greg KH wrote:
> On Thu, Jan 25, 2007 at 12:15:51PM +1100, Gordon Stanton wrote:
> > 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?idp5
> > 
> > I would also be happy with PCI_VENDOR_ID_MICRO_STAR instead, what do you 
> > think?

I would suggest PCI_VENDOR_ID_MSI, that's how people know them.

> I suggest sending this patch in when you need to use it, i.e. at the
> same time you send the quirk patch in.

I second this suggestion.

Thanks,
-- 
Jean Delvare


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [lm-sensors] [PATCH] Add Micro-Star as a PCI VENDOR
  2007-01-25  1:15 ` [lm-sensors] " Gordon Stanton
                   ` (2 preceding siblings ...)
  (?)
@ 2007-01-29  8:32 ` Jean Delvare
  -1 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-01-29  8:32 UTC (permalink / raw)
  To: lm-sensors

Hi Gordon,

On Mon, 29 Jan 2007 16:52:34 +1100, Gordon Stanton wrote:
> Hi Jean,
> Firstly, sorry for the personal reply. I thought it might be better though.

For what reason? First you send your message to 6 mailing lists, then
replies go to just one person? I'm adding the relevant lists and
persons to Cc again.

> On 1/25/07, Jean Delvare <khali at linux-fr.org> wrote:
> > Posting to 6 mailing-lists at once, are you mad?
> > I kept only the relevant ones.
> 
> SMBus on PCI with ACPI crosses many areas.

I fail to see how it is related to ACPI at all.

> I'ts fixes a PCI quirk.(linux-pci)
> The fix will unhide the SMBus like ASUS needs.(acpi4asus)

Irrelevant. Asus were the first ones to do it, but half a dozen vendors
do it by now. And the Asus system users certainly couldn't care less
that yet another system needs it.

> Hopefully enabling some more sensors (like fans) to be
> seen.(linux-acpi,lm-sensors)

"Hopefully?" You'd better make sure first. We're not going to add an
unhiding quirk if there's nothing useful on the SMBus in question.

> > I would suggest PCI_VENDOR_ID_MSI, that's how people know them.
> 
> I thought of that but MSI in relation to PCI means "Message Signaled
> Interrupt" so I would rather go with PCI_VENDOR_MICRO_STAR which also

Come on, the symbol is named PCI_VENDOR_ID_<something>, it's pretty
clear what it stands for. If someone really thinks that
PCI_VENDOR_ID_MSI could be related to message-signaled interrupts, that
person better doesn't touch the kernel code at all.

We already have 62 two- or three-letter PCI vendor ID symbols in
pci_ids.h, one more really isn't a problem.

> tabs in the source code nicely. Although in truth it probably should

"Tabs in the source code nicely"? What do you mean?

> be PCI_VENDOR_MICRO_STAR_INTL but that is just getting too long.

That I couldn't agree more.

-- 
Jean Delvare


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-29  8:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-25  1:15 [PATCH] Add Micro-Star as a PCI VENDOR Gordon Stanton
2007-01-25  1:15 ` [lm-sensors] " Gordon Stanton
2007-01-25  1:26 ` Greg KH
2007-01-25  1:26   ` [lm-sensors] " Greg KH
2007-01-25  8:07 ` Jean Delvare
2007-01-29  8:32 ` Jean Delvare

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.