2006-01-04 22:06:11

by Ben Collins

[permalink] [raw]
Subject: [PATCH 05/15] pci: Add Toshiba PSA40U laptop to ohci1394 quirk dmi table.

Signed-off-by: Ben Collins <[email protected]>

---

arch/i386/pci/fixup.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

ab501219717d15686ad4ab488e070cce8c42b24c
diff --git a/arch/i386/pci/fixup.c b/arch/i386/pci/fixup.c
index eeb1b1f..65f6707 100644
--- a/arch/i386/pci/fixup.c
+++ b/arch/i386/pci/fixup.c
@@ -413,6 +413,13 @@ static struct dmi_system_id __devinitdat
DMI_MATCH(DMI_PRODUCT_VERSION, "PSM4"),
},
},
+ {
+ .ident = "Toshiba A40 based laptop",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "PSA40U"),
+ },
+ },
{ }
};

--
1.0.5


2006-01-11 05:30:11

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH 05/15] pci: Add Toshiba PSA40U laptop to ohci1394 quirk dmi table.

On Wed, Jan 04, 2006 at 04:59:59PM -0500, Ben Collins wrote:
> Signed-off-by: Ben Collins <[email protected]>
>
> ---
>
> arch/i386/pci/fixup.c | 7 +++++++

Hm, you might want to cc: the maintainers of the sections you are
patching to make sure they see the change you are making.

Care to respin this against the latest -git tree and resend it to me?

thanks,

greg k-h

2006-01-13 19:38:53

by Jesse Barnes

[permalink] [raw]
Subject: Re: [PATCH 05/15] pci: Add Toshiba PSA40U laptop to ohci1394 quirk dmi table.

On Tuesday, January 10, 2006 9:15 pm, Greg KH wrote:
> On Wed, Jan 04, 2006 at 04:59:59PM -0500, Ben Collins wrote:
> > Signed-off-by: Ben Collins <[email protected]>
> >
> > ---
> >
> > arch/i386/pci/fixup.c | 7 +++++++
>
> Hm, you might want to cc: the maintainers of the sections you are
> patching to make sure they see the change you are making.
>
> Care to respin this against the latest -git tree and resend it to me?

Didn't I already submit this patch? (Checks...) Yes, I did, and it's
already in the tree:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=19272684b8e2fff39941e4c044d26ad349dd1a69

Ben, did you get it from me or was it submitted to you separately? Just
curious because I wasn't in the signed-off-by line... Anyway, it should
work for you now hopefully.

Jesse

2006-01-13 20:00:35

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH 05/15] pci: Add Toshiba PSA40U laptop to ohci1394 quirk dmi table.

On Fri, Jan 13, 2006 at 11:38:42AM -0800, Jesse Barnes wrote:
> On Tuesday, January 10, 2006 9:15 pm, Greg KH wrote:
> > On Wed, Jan 04, 2006 at 04:59:59PM -0500, Ben Collins wrote:
> > > Signed-off-by: Ben Collins <[email protected]>
> > >
> > > ---
> > >
> > > arch/i386/pci/fixup.c | 7 +++++++
> >
> > Hm, you might want to cc: the maintainers of the sections you are
> > patching to make sure they see the change you are making.
> >
> > Care to respin this against the latest -git tree and resend it to me?
>
> Didn't I already submit this patch? (Checks...) Yes, I did, and it's
> already in the tree:
> http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=19272684b8e2fff39941e4c044d26ad349dd1a69

I thought so, and was also wondering about this...

Thanks for following up on it.

greg k-h