On 8/15/06, Pavel Machek <[EMAIL PROTECTED]> wrote:
On Tue 2006-08-15 08:31:45, Joseph Smidt wrote:
Look for acpi-support package.
Pavel
Here is /usr/share/hotkey-setup/toshiba- tablet.hk:
# Tosbia Portege 3500 (the "first" tablet)
# Fn-F12 Scroll-lock (0x46)
# Login Ctrl-Alt-Del (1d386fefb89d)
# Down-Left (7e02[02]82fe)
# Toolbox (7e0686fe)
# Up-Right (7e03[03]82fe)
Here is /etc/modprobe.d/toshiba_acpi.modprobe:
options toshiba_acpi hotkeys_over_acpi=1
Here is /etc/acpi/batterybtn.sh:
#!/bin/sh
. /usr/share/acpi-support/key-constants
acpi_fakekey $KEY_BATTERY
Here is /usr/share/acpi-support/TOSHIBA.config:
case "$model" in
"libretto U100"*)
ACPI_SLEEP=true
;;
"P4000"*)
ACPI_SLEEP=true
;;
"PORTEGE A100"*)
ACPI_SLEEP=true
;;
"PORTEGE A200"*)
ACPI_SLEEP=true
;;
"PORTEGE M200"*)
ACPI_SLEEP=true
;;
"PORTEGE R200"*)
ACPI_SLEEP=true
;;
"Satellite 1900"*)
ACPI_SLEEP=true
;;
"Satellite M70"*)
ACPI_SLEEP=true
;;
"TECRA A2"*)
ACPI_SLEEP=true
;;
"TECRA A5"*)
ACPI_SLEEP=true
;;
"TECRA M2"*)
ACPI_SLEEP=true
;;
esac
I don't know if these are the scripts which are getting it to work, but here
are some acpi-support scripts. Thanks.
Joseph Smidt
--
-------------------------------------------------------------
Joseph Smidt
[EMAIL PROTECTED]
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Suspend-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/suspend-devel
