diff options
author | xkeita <keita_nya@live.jp> | 2017-05-14 20:03:20 +0000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-05-20 01:15:55 +0000 |
commit | 62a7d6ec86688238836f52f6a51a83dff51c1716 (patch) | |
tree | 175f5852eab820b2351ff79a6c815809f5050f66 /rootdir/system | |
parent | d04e2f555cfd1c81842d1800e51af5a188ec4e3c (diff) |
shinano: buttons: Fix headset buttons layout
At the moment only Volume + worked but it lowers down the volume.
This fix restores complete functionality of the in-line headset buttons
(+ volume, - volume, play/pause button)
Change-Id: I0cfdd38dcb1028b64efaff0cc53dec8da830c6b3
Diffstat (limited to 'rootdir/system')
-rw-r--r-- | rootdir/system/usr/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/system/usr/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl b/rootdir/system/usr/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl index b376b2d..550ca30 100644 --- a/rootdir/system/usr/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl +++ b/rootdir/system/usr/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl @@ -1,4 +1,4 @@ key 226 HEADSETHOOK -key 257 VOLUME_UP -key 258 VOLUME_DOWN -key 259 HEADSETHOOK +key 258 VOLUME_UP +key 259 VOLUME_DOWN +key 260 HEADSETHOOK
\ No newline at end of file |