On Wed, Apr 16, 2014 at 12:20:01AM +0200, Pavel Machek wrote:
> Hi!
> >
> > Input: misc - Add driver for Intel Bay Trail GPIO buttons
> >
> > From: Lejun Zhu
> >
> > This patch adds support for the GPIO buttons on some Intel Bay Trail
> > tablets originally running Windows 8. The ACPI descripti
Hi!
>
> Input: misc - Add driver for Intel Bay Trail GPIO buttons
>
> From: Lejun Zhu
>
> This patch adds support for the GPIO buttons on some Intel Bay Trail
> tablets originally running Windows 8. The ACPI description of these
> buttons follows "Windows ACPI Design Guide for SoC Platforms".
Hi Dmitry,
On 3/29/2014 4:47 AM, Dmitry Torokhov wrote:
> Hi Lejun,
>
> On Fri, Mar 28, 2014 at 02:02:43AM +0800, Zhu, Lejun wrote:
>> +
>> +static struct soc_button_info soc_button_tbl[] = {
>> +{"power", 0, KEY_POWER, 0, 1, -1},
>> +{"home", 1, KEY_HOME, 0, 1, -1},
>> +{"volume_up",
Hi Lejun,
On Fri, Mar 28, 2014 at 02:02:43AM +0800, Zhu, Lejun wrote:
> +
> +static struct soc_button_info soc_button_tbl[] = {
> + {"power", 0, KEY_POWER, 0, 1, -1},
> + {"home", 1, KEY_HOME, 0, 1, -1},
> + {"volume_up", 2, KEY_VOLUMEUP, 1, 0, -1},
> + {"volume_down", 3, KEY_VOLUM
This patch adds support for the GPIO buttons on some Intel Bay Trail
tablets originally running Windows 8. The ACPI description of these
buttons follows "Windows ACPI Design Guide for SoC Platforms".
v2:
- Change the driver name to "SoC button array".
- Use platform_device_alloc() instead of static
5 matches
Mail list logo