public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: ibm-acpi-0.1
@ 2004-08-10  8:58 Li, Shaohua
       [not found] ` <B44D37711ED29844BEA67908EAF36F03860E23-4yWAQGcml65pB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 22+ 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] 22+ messages in thread
* Re: Re: ibm-acpi-0.1
@ 2004-08-14 15:36 Takanori Watanabe
  2004-08-14 21:23 ` ibm-acpi-0.1 Borislav Deianov
  0 siblings, 1 reply; 22+ messages in thread
From: Takanori Watanabe @ 2004-08-14 15:36 UTC (permalink / raw)
  To: Paul Ionescu; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

In message <20040814152051.54002.qmail-k4S4SYk0aM6A/QwVtaZbd3CJp6faPEW9@public.gmane.org>, Paul Ionescu 
wrote:

>> >Right now, I am using the way you mentioned above,
>> with the hotkey mask,
>> >but it does not provide enough flexibility.
>> >That is because now I can have one or another, but
>> I cannot have both.
>> >What should I do if I want to activate both
>> bluetooth and wireless ?
>> 
>> Make wireless interface up and activate Bluetooth by
>> executing 
>> blutooth activating method:-).
>
>To make wireless interface up, I need the hotkey
>event.
>Anyway, this will be solved in next release.


Hmm, SBDC, GBDC method under HKEY device may be related.
SBDC takes two mask value.( 0x2 seems Wireless lan related and
0x4 is Bluetooth attach method, it seems). 
I tried to activate wireless lan in my environment by calling the 
method.
But the wireless LED was not changed so I imageine that it is
not useless for wireless LAN. 
 
>> Wireless LED seems to be connected to MINI PCI GPIO
>> register.
>
>I know.
>Atheros drivers will take care of that if compiled
>with a special option.

Ok, I'm sorry.


-------------------------------------------------------
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] 22+ messages in thread
* Re: ibm-acpi-0.3
@ 2004-08-18  5:42 Len Brown
  2004-08-18 13:23 ` [Ipw2100-devel] Re: [ACPI] ibm-acpi-0.3 Henrik Brix Andersen
  0 siblings, 1 reply; 22+ messages in thread
From: Len Brown @ 2004-08-18  5:42 UTC (permalink / raw)
  To: Borislav Deianov
  Cc: ACPI Developers, linux-thinkpad-l7BEYHA5S10i5T99jlK1Sh2eb7JE58TQ,
	ipw2100-devel List

> http://bkernel.sf.net/tmp/ibm-acpi-0.3.tar.gz

The radio hot key sends an ACPI event,
and the acpid example calls this radio.sh:

#!/bin/bash

if ! /sbin/rmmod ipw2100; then
        /sbin/service network restart
fi


Does this means that the button press magically changed
the state of the radio in hardware?  I didn't see any
processing inside the driver to do that.

thanks,
-Len




-------------------------------------------------------
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] 22+ messages in thread

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

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
2004-08-14 15:36 ibm-acpi-0.1 Takanori Watanabe
2004-08-14 21:23 ` 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
2004-08-10  8:08   ` ibm-acpi-0.1 Borislav Deianov
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
2004-08-10 23:32           ` ibm-acpi-0.1 Karol Kozimor
2004-08-11  0:33             ` Paul Ionescu
2004-08-11  7:47               ` Karol Kozimor
2004-08-14  5:34                 ` ibm-acpi-0.1 Borislav Deianov
2004-08-14 14:34                   ` ibm-acpi-0.1 Paul Ionescu
2004-08-11  0:48           ` ibm-acpi-0.1 Paul Ionescu
2004-08-10 11:49       ` ibm-acpi-0.1 Paul Ionescu
     [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
2004-08-10 10:43       ` ibm-acpi-0.1 Matthew Garrett
2004-08-11  1:01     ` ibm-acpi-0.1 Paul Ionescu
2004-08-14  5:38       ` ibm-acpi-0.1 Borislav Deianov
2004-08-14 21:12     ` ibm-acpi-0.2 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-18 13:38               ` [Ipw2100-devel] Re: ibm-acpi-0.3 Len Brown
2004-08-18  5:41                 ` ibm-acpi-0.3 Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox