* Sony Vaio dmi_scan.c
@ 2004-06-29 20:15 Leonardo G. Di Lella
2004-06-30 5:04 ` Andrey Panin
0 siblings, 1 reply; 2+ messages in thread
From: Leonardo G. Di Lella @ 2004-06-29 20:15 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Sony Vaio dmi_scan.c
2004-06-29 20:15 Sony Vaio dmi_scan.c Leonardo G. Di Lella
@ 2004-06-30 5:04 ` Andrey Panin
0 siblings, 0 replies; 2+ messages in thread
From: Andrey Panin @ 2004-06-30 5:04 UTC (permalink / raw)
To: Leonardo G. Di Lella; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 985 bytes --]
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
pazke@donpac.ru | PGP key: wwwkeys.pgp.net
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-30 5:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-29 20:15 Sony Vaio dmi_scan.c Leonardo G. Di Lella
2004-06-30 5:04 ` Andrey Panin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox