2004-06-29 18:15:29

by Leonardo G. Di Lella

[permalink] [raw]
Subject: Sony Vaio dmi_scan.c

Hello list,

there is an old prefix value in the dmi_scan.c.

Line: 694 (Kernel 2.6.7)

{ 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,
} },

The DMI_PRODUCT_NAME doesnt match on newer vaio notebooks. (The newer
A-series from sony vaio have VGN as product name instead of PCG - older
model)
This is the reason why the sonypi doesnt run on newer vaio notebooks.
Maybe it is better to delete the line MATCH(DMI_PRODUCT_NAME, "PCG-").

--
best regards,

Leonardo G. Di Lella


2004-06-30 05:04:30

by Andrey Panin

[permalink] [raw]
Subject: Re: Sony Vaio dmi_scan.c

On 181, 06 29, 2004 at 08:15:43PM +0000, Leonardo G. Di Lella wrote:
> Hello list,
>
> there is an old prefix value in the dmi_scan.c.
>
> Line: 694 (Kernel 2.6.7)
>
> { 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,
> } },
>
> The DMI_PRODUCT_NAME doesnt match on newer vaio notebooks. (The newer
> A-series from sony vaio have VGN as product name instead of PCG - older
> model)
> This is the reason why the sonypi doesnt run on newer vaio notebooks.
> Maybe it is better to delete the line MATCH(DMI_PRODUCT_NAME, "PCG-").

It's better to add new DMI entry with MATCH(DMI_PRODUCT_NAME, "VGN-").

--
Andrey Panin | Linux and UNIX system administrator
[email protected] | PGP key: wwwkeys.pgp.net


Attachments:
(No filename) (960.00 B)
signature.asc (189.00 B)
Digital signature
Download all attachments