public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] IBM thinkpad Fn+Fx key driver
@ 2004-08-20 12:28 Erik Rigtorp
  2004-08-20 13:19 ` Daniel Pittman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Erik Rigtorp @ 2004-08-20 12:28 UTC (permalink / raw)
  To: linux-kernel

I've written a driver for some of the extra keys on the thinkpads. The
supported keys are: Fn+ F3, F4, F5, F7, F8, F9, F12. It has been tested on
two diffrent thinkpad x31, but I would like some feedback from testing on
other thinkpads. 

http://rigtorp.se/files/src/thinkpad-acpi.tar.gz

Just download, extract, run make and insmod thinkpad_acpi.ko

/Erik

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

* Re: [RFC] IBM thinkpad Fn+Fx key driver
  2004-08-20 12:28 [RFC] IBM thinkpad Fn+Fx key driver Erik Rigtorp
@ 2004-08-20 13:19 ` Daniel Pittman
  2004-08-20 13:23 ` Jan Mynarik
  2004-08-20 19:22 ` Sven-Haegar Koch
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Pittman @ 2004-08-20 13:19 UTC (permalink / raw)
  To: linux-kernel

On 20 Aug 2004, Erik Rigtorp wrote:
> I've written a driver for some of the extra keys on the thinkpads. The
> supported keys are: Fn+ F3, F4, F5, F7, F8, F9, F12. It has been tested on
> two diffrent thinkpad x31, but I would like some feedback from testing on
> other thinkpads. 
>
> http://rigtorp.se/files/src/thinkpad-acpi.tar.gz

Borislav Deianov (borislav@users.sourceforge.net) has recently posted a
similar Thinkpad ACPI driver on the Thinkpad hardware list, and it has a
number of success reports.

He has apparently taken off on holiday, but you can find the code here:
http://bkernel.sf.net/tmp/ibm-acpi-0.3.tar.gz

Perhaps you should talk to him about merging the code, and then working
together to get this into the kernel?

I believe that he has also been in touch with the ACPI development list.


Anyway, it is good to see Thinkpad specific ACPI support on the way --
being able to software control my Bluetooth adapter would be nice. :)

Regards,
        Daniel
-- 
Beware of all enterprises that require new clothes.
        -- Henry David Thoreau


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

* Re: [RFC] IBM thinkpad Fn+Fx key driver
  2004-08-20 12:28 [RFC] IBM thinkpad Fn+Fx key driver Erik Rigtorp
  2004-08-20 13:19 ` Daniel Pittman
@ 2004-08-20 13:23 ` Jan Mynarik
  2004-08-20 19:22 ` Sven-Haegar Koch
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Mynarik @ 2004-08-20 13:23 UTC (permalink / raw)
  To: erik; +Cc: linux-kernel

Hi Erik,

your module is working here on IBM ThinkPad R40 2681-BAG. Previously
non-working keys (Fn+ F3, F4, F5, F7, F8, F9, F12) are emitting ACPI
events now. Note that Fn+ F8, F9 are not marked with blue signs here on
R40, so there is no official function assigned :-).

Your driver even survives ACPI suspend to RAM (and wake-up too :-)) and
that's great.

Oops, I almost forgot to mention my kernel configuration: Debian's 2.6.7
(almost vanilla) + ACPI 20040715 (from acpi.sourceforge.net; I need it
for suspend to RAM).

I can't wait till it gets to mainstream 2.6 kernel.

That's all for this report.

Regards,

Jan "Pogo" Mynarik

On Fri, 2004-08-20 at 14:28, Erik Rigtorp wrote:
> I've written a driver for some of the extra keys on the thinkpads. The
> supported keys are: Fn+ F3, F4, F5, F7, F8, F9, F12. It has been tested on
> two diffrent thinkpad x31, but I would like some feedback from testing on
> other thinkpads. 
> 
> http://rigtorp.se/files/src/thinkpad-acpi.tar.gz
> 
> Just download, extract, run make and insmod thinkpad_acpi.ko
> 
> /Erik
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


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

* Re: [RFC] IBM thinkpad Fn+Fx key driver
  2004-08-20 12:28 [RFC] IBM thinkpad Fn+Fx key driver Erik Rigtorp
  2004-08-20 13:19 ` Daniel Pittman
  2004-08-20 13:23 ` Jan Mynarik
@ 2004-08-20 19:22 ` Sven-Haegar Koch
  2 siblings, 0 replies; 4+ messages in thread
From: Sven-Haegar Koch @ 2004-08-20 19:22 UTC (permalink / raw)
  To: Erik Rigtorp; +Cc: linux-kernel

On Fri, 20 Aug 2004, Erik Rigtorp wrote:

> I've written a driver for some of the extra keys on the thinkpads. The
> supported keys are: Fn+ F3, F4, F5, F7, F8, F9, F12. It has been tested on
> two diffrent thinkpad x31, but I would like some feedback from testing on
> other thinkpads.

Module compiles, loads, but does nothing for the keys, no acpi events are 
generated.

Kernel 2.6.8-rc3-mm1 with your module on a thinkpad r40e

c'ya
sven

-- 

The Internet treats censorship as a routing problem, and routes around it.
(John Gilmore on http://www.cygnus.com/~gnu/)

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

end of thread, other threads:[~2004-08-20 19:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-20 12:28 [RFC] IBM thinkpad Fn+Fx key driver Erik Rigtorp
2004-08-20 13:19 ` Daniel Pittman
2004-08-20 13:23 ` Jan Mynarik
2004-08-20 19:22 ` Sven-Haegar Koch

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