Skip to content

Commit eba60de

Browse files
committedMar 7, 2016
Fix headphone jack detection.
1 parent 67df58e commit eba60de

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
 
+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
eci-probe-delay = 2500
22
disable-incompatible-quirk = true
33
jack-match = msm8974-taiko-mtp-snd-card Button Jack
4+
jack-device = /dev/input/event4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../ohmd-hack.service
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Unit]
2+
Description=ohmd restart hack
3+
After=init-done.service
4+
5+
[Service]
6+
Type=oneshot
7+
ExecStart=/bin/systemctl restart ohmd
8+
9+
[Install]
10+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)
Please sign in to comment.