On Friday 14 September 2012 07:04 PM, Ashish Jangam wrote:
+static irqreturn_t da9055_onkey_irq(int irq, void *data)
+{
+       struct input_dev *input_dev = data;
+
+       input_report_key(input_dev, KEY_POWER, 1);
When do you send the release key event?


Overall driver looks like you can use the gpio-key driver with passing irq number, without passing gpio.


-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to