commit | 6ee88d713fb75ab191515f66edffa4e866386565 | [log] [tgz] |
---|---|---|
author | Daniel Mack <daniel@caiaq.de> | Mon Nov 30 00:04:02 2009 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Nov 30 00:05:20 2009 -0800 |
tree | e1d5230d0d6ce85f4194e2744c5318e63fa2f190 | |
parent | 21cea58e49cf59e7c77ce2a01be432458e9f99a9 [diff] |
Input: gpio_keys - scan gpio state at probe and resume time We need to read and report gpio state when we bind the driver to the device and upon resume so that userspace has correct state of the switches (and keys but they are less important since, even if they are happened to be pressed, we'd expect them to be released fairly soon). Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>