Re

2013-09-13 Thread Emirate
-- Do you received our last notification? -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3 00/10] HID: validate report details

2013-09-13 Thread Jiri Kosina
On Wed, 11 Sep 2013, Benjamin Tissoires wrote: here is the v3 of the CVE fixes. Now applied, will be pushing to Linus for 3.12. Thanks everybody, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-input in the body of a message to

[PATCH] Input: gpio_keys - wakeup_trigger

2013-09-13 Thread Benson Leung
Allow wakeup_trigger to be defined per gpio button. Currently, all gpio buttons are set up as IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING. It may be more appropriate to only wake the system on one edge, for example if the gpio is for a Lid Switch. Signed-off-by: Benson Leung ble...@chromium.org

Re: [PATCH] Input: gpio_keys - wakeup_trigger

2013-09-13 Thread Doug Anderson
Benson, On Fri, Sep 13, 2013 at 2:52 PM, Benson Leung ble...@chromium.org wrote: Allow wakeup_trigger to be defined per gpio button. Currently, all gpio buttons are set up as IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING. It may be more appropriate to only wake the system on one edge, for example