public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Sony Vaio dmi_scan.c patch!
       [not found] <40E3F014.1090601@dilella.org>
@ 2004-07-01  9:43 ` Andrey Panin
  0 siblings, 0 replies; only message in thread
From: Andrey Panin @ 2004-07-01  9:43 UTC (permalink / raw)
  To: Leonardo G. Di Lella; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1185 bytes --]

On 183, 07 01, 2004 at 11:05:56AM +0000, Leonardo G. Di Lella wrote:
> Hello,
> 
> there is a false entry in the dmi_scan.c while identifing the Sony Vaio.
> 
>    { sony_vaio_laptop, "Sony Vaio", { /* This is a Sony Vaio laptop */
>            MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
>            MATCH(DMI_PRODUCT_NAME, "PCG-"),
>            NO_MATCH, NO_MATCH,
>            } },
> 
> This is the origin part of the kernel (2.6.7). The main problem is that
> this works only with older Vaio (PCG-) models. So the best solution is
> to replace the MATCH(DMI_PRODUCT_NAME, "PCG-") with NO_MATCH,
> because PCG- is referring to a special model and not to all sony vaios.

With this change, it will match all computers made by Sony. Are you 
really sure that they all have Vaio compatible hardware ?

> I have the VGN- model, so the kernel doesnt recognize it as a sony vaio.
> I have replaced the line and now it works. Better change this, for other 
> sony vaio users.
 
New DMI entry will do the same, without risk of false positives.

Best regards.

-- 
Andrey Panin		| Linux and UNIX system administrator
pazke@donpac.ru		| PGP key: wwwkeys.pgp.net

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-01  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <40E3F014.1090601@dilella.org>
2004-07-01  9:43 ` Sony Vaio dmi_scan.c patch! Andrey Panin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox