All of lore.kernel.org
 help / color / mirror / Atom feed
* ibm-acpi-0.1
@ 2004-08-10  8:08 Borislav Deianov
       [not found] ` <20040810080826.GD28939-AKoe11r2kkOzaBltdDZI6w@public.gmane.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 59+ messages in thread
From: Borislav Deianov @ 2004-08-10  8:08 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

Hi,

This is the first public release of my ACPI driver for IBM ThinkPad
laptops. The features currently supported are:

- hot keys (Fn key combinations)
- docking and undocking
- some basic fan speed control

Note that I've only tested on a ThinkPad X40 with the X4 UltraBase. I
suspect many other recent models are sufficiently similar to work with
this driver but I have no such reports yet.

I'll release this on the linux-thinkpad list as well, but I thought
I'd get some comments here first. This is my first foray into the ACPI
code, so do let me know if I'm doing something horribly wrong. :-)

(Sorry, no web page yet. One thing at a time.)

Thanks,
Boris

[-- Attachment #2: ibm-acpi-0.1.tar.gz --]
[-- Type: application/x-gzip, Size: 9694 bytes --]

^ permalink raw reply	[flat|nested] 59+ messages in thread
* RE: ibm-acpi-0.1
@ 2004-08-10  8:58 Li, Shaohua
       [not found] ` <B44D37711ED29844BEA67908EAF36F03860E23-4yWAQGcml65pB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 59+ messages in thread
From: Li, Shaohua @ 2004-08-10  8:58 UTC (permalink / raw)
  To: Borislav Deianov; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Tuesday, August 10, 2004 4:38 PM Borislav Deianov wrote:
>To: Li, Shaohua
>Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
>Subject: Re: [ACPI] ibm-acpi-0.1
>
>On Tue, Aug 10, 2004 at 04:24:39PM +0800, Li, Shaohua wrote:
>>
>> IBM hotkey has a unique ID. In T40, it's 'IBM0068'. I guess other
>> IBM laptops also use it. Using a hardcode path in the patch possibly
>> isn't a good idea.
>
>Agreed. I was originally using acpi_bus_register_driver() and refering
>to devices by HID but that turned out to not work very well
I guess only supporting hotkey is ok in the file. If you want to support
docking station, use a new file.

>dock (ACPI drops it if it's not present at boot) and embedded
Actually supporting dock station isn't just executing _EJ0 and _DCK, you
possibly need to scan the new PCI devices under the dock station. 

>controller (the ec driver has already grabbed it). So I switched to
>looking things up by the path. I see your point, though, I'll see what
>I can do.
>
>> BTW, I'm interested in how can you know the meaning of 'DHKC',
>> 'MHKC' and etc. They are non-standard ACPI methods.
>
>Guesswork from the disassembled DSDT and trial and error...
Great job!

Thanks,
Shaohua
>
>Regards,
>Boris


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 59+ messages in thread

end of thread, other threads:[~2004-09-16 10:57 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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         ` R31 Bernd Schubert
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-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-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-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
2004-08-10  8:58 ibm-acpi-0.1 Li, Shaohua
     [not found] ` <B44D37711ED29844BEA67908EAF36F03860E23-4yWAQGcml65pB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2004-08-10  9:21   ` ibm-acpi-0.1 Borislav Deianov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.