2005-12-11 05:16:04

by Ashutosh Naik

[permalink] [raw]
Subject: [PATCH] drivers/input/misc: Added Acer TravelMate 240 support to the wistron button interface

This patch adds Acer TravelMate 240 support to the wistron button
interface. This means that the buttons on top of the
keyboard(including ones for Wifi and Bluetooth), which hitherto did
not work, work now. I have tested it on my laptop and it seems to work
great.

Signed-off-by: Ashutosh Naik <[email protected]>


Attachments:
(No filename) (322.00 B)
acer_patch.txt (1.15 kB)
Download all attachments

2005-12-11 05:27:13

by Miloslav Trmac

[permalink] [raw]
Subject: Re: [PATCH] drivers/input/misc: Added Acer TravelMate 240 support to the wistron button interface

Ashutosh Naik wrote:
> This patch adds Acer TravelMate 240 support to the wistron button
> interface. This means that the buttons on top of the
> keyboard(including ones for Wifi and Bluetooth), which hitherto did
> not work, work now. I have tested it on my laptop and it seems to work
> great.
Please check that the ACPI "button.ko" driver can't provide the
functionality; newer laptops apparently work better with that driver
(http://lkml.org/lkml/2005/12/2/61).

Thanks,
Mirek

2005-12-11 05:48:22

by Ashutosh Naik

[permalink] [raw]
Subject: Re: [PATCH] drivers/input/misc: Added Acer TravelMate 240 support to the wistron button interface

On 12/11/05, Miloslav Trmac <[email protected]> wrote:

> > This patch adds Acer TravelMate 240 support to the wistron button
> > interface. This means that the buttons on top of the
> > keyboard(including ones for Wifi and Bluetooth), which hitherto did
> > not work, work now. I have tested it on my laptop and it seems to work
> > great.
> Please check that the ACPI "button.ko" driver can't provide the
> functionality; newer laptops apparently work better with that driver
> (http://lkml.org/lkml/2005/12/2/61).

The Acer TravelMate 240 laptop supports ACPI, but the ACPI does not
support hotkeys. Hence hotkeys just would not work without this
module.

Regards
Ashutosh

2005-12-11 18:28:40

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH] drivers/input/misc: Added Acer TravelMate 240 support to the wistron button interface

On Sunday 11 December 2005 00:48, Ashutosh Naik wrote:
> On 12/11/05, Miloslav Trmac <[email protected]> wrote:
>
> > > This patch adds Acer TravelMate 240 support to the wistron button
> > > interface. This means that the buttons on top of the
> > > keyboard(including ones for Wifi and Bluetooth), which hitherto did
> > > not work, work now. I have tested it on my laptop and it seems to work
> > > great.
> > Please check that the ACPI "button.ko" driver can't provide the
> > functionality; newer laptops apparently work better with that driver
> > (http://lkml.org/lkml/2005/12/2/61).
>
> The Acer TravelMate 240 laptop supports ACPI, but the ACPI does not
> support hotkeys. Hence hotkeys just would not work without this
> module.
>

I added this to my input tree.

--
Dmitry

2005-12-11 20:12:42

by Miloslav Trmac

[permalink] [raw]
Subject: Re: [PATCH] drivers/input/misc: Added Acer TravelMate 240 support to the wistron button interface

Ashutosh Naik wrote:
> This patch adds Acer TravelMate 240 support to the wistron button
> interface. This means that the buttons on top of the
> keyboard(including ones for Wifi and Bluetooth), which hitherto did
> not work, work now. I have tested it on my laptop and it seems to work
> great.
>
> Signed-off-by: Ashutosh Naik <[email protected]>
Signed-off-by: Miloslav Trmac <[email protected]>