public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 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

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