Re: [Update PATCH] ACPI/Button: Fix enable Button GPEs twice

2013-12-06 Thread Aaron Lu
On 12/06/2013 04:32 PM, Lan Tianyu wrote: > Button GPEs have been enabled in the acpi_wake_device_init() during > boot and Button driver enables these GPEs second time. This causes > disabling these gpes via sysfs interface requires twice "echo disable >> /sys/firmware/acpi/interrupts/gpeXXX". This

[Update PATCH] ACPI/Button: Fix enable Button GPEs twice

2013-12-06 Thread Lan Tianyu
Button GPEs have been enabled in the acpi_wake_device_init() during boot and Button driver enables these GPEs second time. This causes disabling these gpes via sysfs interface requires twice "echo disable > /sys/firmware/acpi/interrupts/gpeXXX". This patch is to remove related code in the Button dr

[PATCH] ACPI/Button: Fix enable Button GPEs twice

2013-12-05 Thread Lan Tianyu
Button GPEs have been enabled in the acpi_wake_device_init() during boot and Button driver enables these GPEs second time. This causes disabling these gpes via sysfs interface requires twice "echo disable > /sys/firmware/acpi/interrupts/gpeXXX". This patch is to remove related code in the Button dr