Quirk: Toshiba Satellite S1110 needs S3_BIOS
Ash Milsted
thatistosayiseenem at gawab.com
Wed Aug 29 08:32:36 PDT 2007
Hi. Here's a patch that makes suspend work on my laptop, the details
of which are:
system.hardware.product = 'S1110' (string)
system.hardware.serial = '92326755K' (string)
system.hardware.vendor = 'TOSHIBA' (string)
system.hardware.version = 'PS111E-0039Y-GR' (string)
I don't know if it is needed for all S1110 models... worth a shot maybe?
Ash
--- fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi 2007-08-29
17:28:01.000000000 +0200
+++ fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi.new 2007-08-29
17:16:49.000000000 +0200
@@ -2,6 +2,10 @@
<deviceinfo version="0.2">
<device>
<match key="system.hardware.vendor" string="TOSHIBA">
+ <!-- Toshiba Satellite S1110 -->
+ <match key="system.hardware.product" string="S1110">
+ <merge key="power_management.quirk.s3_bios"
type="bool">true</merge>
+ </match>
<!-- Toshiba Satellite 4080XCDT -->
<match key="system.hardware.product" string="Portable PC">
<match key="system.hardware.version" string="Version 1.0">
More information about the hal
mailing list