From: Bernd Schubert <bernd-schubert-S0/GAf8tV78@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: R31
Date: Sun, 15 Aug 2004 01:40:41 +0200 [thread overview]
Message-ID: <200408150140.42218.bernd-schubert@web.de> (raw)
In-Reply-To: <20040814211541.GT20883-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 2145 bytes --]
Hello Boris,
> > This is the second alpha release of my ACPI driver for IBM ThinkPad
> > laptops. The features currently supported are:
>
> Argh, forgot to actually attach the .tar.gz.
>
thanks a lot for programming the ibm-acpi support.
I guess my R31 is currently not yet supported, well since no path could be
found ibm_acpi first could not be loaded. Without further knowledge of what
I'm doing ;-) I added an entry for it:
char *ibm_hkey_paths[] = {
"\\_SB.PCI0.ISA.EC.HKEY", /* X20 */
"\\_SB.PCI0.LPC.EC.HKEY", /* X31, X40, T30, T40, T41 */
"\\_SB.PCI0.ICH3.HKEY", /* R31 */
NULL,
};
Could you please verify from the attached deassembled dstd if this is correct?
The next problem to load the module was docking support, though the R31 has a
docking slot I'm not so sure if docking is supported at all.For a first test
and to get the module loading I simply removed the hole docking stuff from
"struct ibm_struct ibms".
This worked, but has to be improved of course.
No I can enable hotkey, but setting any mask fails:
beno:/proc/acpi/ibm# cat hotkey
state: disabled
mask: 0000
commands: enable, disable, reset, <mask>
beno:/proc/acpi/ibm# echo enable >hotkey
beno:/proc/acpi/ibm# cat hotkey
state: enabled
mask: 0000
commands: enable, disable, reset, <mask>
beno:/proc/acpi/ibm# echo "ffff" >hotkey
beno:/proc/acpi/ibm# cat hotkey
state: enabled
mask: 0000
commands: enable, disable, reset, <mask>
The most wanted feature from my side is certainly fan control. After I sent my
R31 to repair last summer since it got much to hot, IBM rejusted the fan
control which made the fan running permanently, though they only needed to
make the cooler fitting properly on the cpu.
In v0.1 there was some basic fan control stuff, unfortunality I currently have
no access to those sources to compare what happend with it. Is there any
chance to get this working? As I really hate noisy fans, I'm willing to
investigate time to get some basic fan control, I just need a pointer into
the right direction.
Thanks,
Bernd
[-- Attachment #2: dsdt.asl.gz --]
[-- Type: application/x-gzip, Size: 14280 bytes --]
next prev parent reply other threads:[~2004-08-14 23:40 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-10 8:08 ibm-acpi-0.1 Borislav Deianov
[not found] ` <20040810080826.GD28939-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-10 8:43 ` ibm-acpi-0.1 Michael Wahlbrink
2004-08-10 9:51 ` ibm-acpi-0.1 Borislav Deianov
[not found] ` <20040810095133.GA16382-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-10 10:52 ` ibm-acpi-0.1 Michael Wahlbrink
2004-08-10 11:20 ` Paul Ionescu
2004-08-10 10:43 ` ibm-acpi-0.1 Matthew Garrett
2004-08-10 10:18 ` ibm-acpi-0.1 Paul Ionescu
2004-08-10 11:37 ` ibm-acpi-0.1 Paul Ionescu
2004-08-10 23:11 ` ibm-acpi-0.1 Borislav Deianov
[not found] ` <20040810231129.GN28939-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-10 23:32 ` ibm-acpi-0.1 Karol Kozimor
2004-08-11 0:33 ` Paul Ionescu
[not found] ` <pan.2004.08.11.00.33.03.494809-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
2004-08-11 7:47 ` Karol Kozimor
2004-08-11 9:44 ` Paul Ionescu
2004-08-14 5:34 ` ibm-acpi-0.1 Borislav Deianov
[not found] ` <20040814053410.GN20883-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-14 13:36 ` ibm-acpi-0.1 Karol Kozimor
2004-08-14 14:34 ` ibm-acpi-0.1 Paul Ionescu
[not found] ` <pan.2004.08.14.14.34.33.639754-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
2004-08-14 15:09 ` ibm-acpi-0.1 Takanori Watanabe
[not found] ` <200408141509.i7EF9v9K083464-QgXWv67w4UhH1774QXjzbtBPR1lH4CV8@public.gmane.org>
2004-08-14 15:20 ` Paul Ionescu
[not found] ` <20040814152051.54002.qmail-k4S4SYk0aM6A/QwVtaZbd3CJp6faPEW9@public.gmane.org>
2004-08-14 15:36 ` Takanori Watanabe
2004-08-14 21:23 ` ibm-acpi-0.1 Borislav Deianov
[not found] ` <20040810233238.GB16896-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2004-08-11 1:21 ` ibm-acpi-0.1 Borislav Deianov
[not found] ` <20040811012143.GO28939-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-11 7:30 ` Karol Kozimor
2004-08-11 0:48 ` ibm-acpi-0.1 Paul Ionescu
2004-08-10 11:49 ` ibm-acpi-0.1 Paul Ionescu
[not found] ` <pan.2004.08.10.11.49.38.39080-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
2004-08-10 11:45 ` ibm-acpi-0.1 Alan Cox
[not found] ` <1092138355.16885.11.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2004-08-10 12:55 ` Paul Ionescu
[not found] ` <20040810125506.38235.qmail-WT+Uy+Sd+T+A/QwVtaZbd3CJp6faPEW9@public.gmane.org>
2004-08-10 13:18 ` Alan Cox
[not found] ` <1092143931.16979.19.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2004-08-10 14:40 ` Paul Ionescu
2004-08-11 1:01 ` ibm-acpi-0.1 Paul Ionescu
[not found] ` <pan.2004.08.11.01.01.25.610270-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
2004-08-11 1:44 ` ibm-acpi-0.1 Erik Tews
2004-08-11 9:38 ` Paul Ionescu
[not found] ` <pan.2004.08.11.09.38.47.140647-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
2004-08-11 12:16 ` Erik Tews
2004-08-14 5:38 ` ibm-acpi-0.1 Borislav Deianov
2004-08-14 21:12 ` ibm-acpi-0.2 Borislav Deianov
[not found] ` <20040814211247.GS20883-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-14 21:15 ` ibm-acpi-0.2 Borislav Deianov
[not found] ` <20040814211541.GT20883-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-14 23:40 ` Bernd Schubert [this message]
2004-08-15 8:19 ` [ltp] ibm-acpi-0.2 Dax Kelson
2004-08-15 8:47 ` ibm-acpi-0.2 Borislav Deianov
2004-08-15 9:48 ` [ltp] ibm-acpi-0.2 Daniel Pittman
2004-08-15 14:41 ` hotkey/video framework [was: ibm-acpi-0.2] Hiroshi Miura
[not found] ` <873c2obh0l.wl%miura-yiisDzvROlQdnm+yROfE0A@public.gmane.org>
2004-08-17 7:23 ` Borislav Deianov
2004-08-17 9:19 ` ibm-acpi-0.3 Borislav Deianov
2004-08-10 8:24 ` ibm-acpi-0.1 Li, Shaohua
[not found] ` <B44D37711ED29844BEA67908EAF36F03860DC2-4yWAQGcml65pB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-08-10 8:38 ` ibm-acpi-0.1 Borislav Deianov
[not found] ` <20040810083807.GF28939-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-10 9:19 ` ibm-acpi-0.1 Takanori Watanabe
[not found] ` <200408100919.SAA19847-yzSWc4HAx5xL9jVzuh4AOg@public.gmane.org>
2004-08-10 9:45 ` ibm-acpi-0.1 Borislav Deianov
2004-08-18 5:09 ` ibm-acpi-0.1 Len Brown
2004-09-16 10:57 ` ibm-acpi-0.1 Borislav Deianov
2004-08-17 10:15 ` ibm-acpi-0.3 Paul Ionescu
[not found] ` <20040817091921.GI20883-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
2004-08-17 23:22 ` ibm-acpi-0.3 Matthew Garrett
2004-08-18 5:41 ` ibm-acpi-0.3 Len Brown
2004-08-18 5:42 ` ibm-acpi-0.3 Len Brown
2004-08-18 13:23 ` [Ipw2100-devel] Re: [ACPI] ibm-acpi-0.3 Henrik Brix Andersen
[not found] ` <1092835382.11535.6.camel-7g89Hwo0MwsWlyYapE9R8Q@public.gmane.org>
2004-08-18 13:38 ` [Ipw2100-devel] ibm-acpi-0.3 Len Brown
2004-08-18 15:27 ` James Ketrenos
[not found] ` <4123755C.1010503-b5Z7lJ3WibVrdx17CPfAsdBPR1lH4CV8@public.gmane.org>
2004-08-18 20:21 ` Matthew Garrett
2004-08-20 14:28 ` ibm-acpi-0.3 Vincent Touquet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200408150140.42218.bernd-schubert@web.de \
--to=bernd-schubert-s0/gaf8tv78@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox