From dad597a2277d6c099ab404c2885661a8f14c72cc Mon Sep 17 00:00:00 2001 From: Ziyan Date: Sun, 11 Sep 2016 17:04:30 +0200 Subject: keylayouts: remove deprecated WAKE flags Change-Id: Ibfdd6fd7f107c7f50a6ba73ce6dbdf88d7d1efce --- usr/keylayout/espresso-gpio-keypad.kl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/keylayout/espresso-gpio-keypad.kl b/usr/keylayout/espresso-gpio-keypad.kl index 383fe6b..a83de2e 100644 --- a/usr/keylayout/espresso-gpio-keypad.kl +++ b/usr/keylayout/espresso-gpio-keypad.kl @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -key 114 VOLUME_DOWN WAKE -key 115 VOLUME_UP WAKE -key 116 POWER WAKE +key 114 VOLUME_DOWN +key 115 VOLUME_UP +key 116 POWER -- cgit v1.1