samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
Fixes #1422 (closed)
Merge request reports
Activity
added 1 commit
- 68b453c7 - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-12T07:18:11
added 1 commit
- 9c889c81 - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-12T07:19:25
mentioned in issue #1422 (closed)
By Raymond Hackley on 2022-02-12T07:23:13
- Resolved by Administrator
added 1 commit
- a69eb51b - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-12T07:27:50
added 1 commit
- 56c77c7a - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-12T07:29:00
- Resolved by Administrator
$ .ci/check_devices_in_wiki.py --booting *** Failed to parse wiki page
How do I fix this?
By Raymond Hackley on 2022-02-12T07:40:20
- Resolved by Administrator
Darn, I didn't mean to resolve all threads, I tried to add a code suggestion and failed
. I'll now add it as usual comment instead.By Jakko on 2022-02-12T11:23:04
Edited by Ghost User
- Resolved by Administrator
This udev rule now applies to all devices that use the tm2-touchkey driver. There might be devices we're not aware of. We don't know how their right key is mapped and if that makes sense in combination with their left key being mapped to "menu".
Therefore the right key should be mapped as well. This provides the same set of key mapping to all devices using tm2-touchkey in postmarketOS [edit: when using a kernel ≥ 5.16].
# map tm2-touchkey to KEY_MENU and KEY_BACK SUBSYSTEM=="input", KERNEL=="event*", DRIVERS=="tm2-touchkey", ENV{KEYBOARD_KEY_00}="menu", ENV{KEYBOARD_KEY_01}="back", RUN{builtin}+="keyboard"
Maybe split to two lines:
# map tm2-touchkey to KEY_MENU and KEY_BACK SUBSYSTEM=="input", KERNEL=="event*", DRIVERS=="tm2-touchkey", \ ENV{KEYBOARD_KEY_00}="menu", ENV{KEYBOARD_KEY_01}="back", RUN{builtin}+="keyboard"
By Jakko on 2022-02-13T03:11:24
Edited by Administrator
added 1 commit
- 32456e6f - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-13T03:10:40
added 1 commit
- 60987bb3 - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-13T04:29:56
- Resolved by Administrator
The first comment line...
# remap the left key of tm2-touchkey to KEY_MENU
... is actually not needed anymore. My idea was to replace it by a more general description (now second comment line), too bad I failed on the code suggestion feature. Well, it's not that important.By Jakko on 2022-02-13T17:33:47
Edited by Ghost User
added 1 commit
- 623423f3 - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-13T17:36:13
added 3 commits
-
a6a74dc1...408cfc08 - 2 commits from branch
postmarketOS:master
- 418f78a2 - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-13T19:09:53
-
a6a74dc1...408cfc08 - 2 commits from branch
added 6 commits
-
418f78a2...caec1456 - 5 commits from branch
postmarketOS:master
- 613eae78 - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-16T21:00:22
-
418f78a2...caec1456 - 5 commits from branch
added 1 commit
- f1869484 - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-16T21:01:48
added 16 commits
-
5f150e79...78ff5e89 - 15 commits from branch
postmarketOS:master
- 367af18d - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-22T06:51:23
-
5f150e79...78ff5e89 - 15 commits from branch
added 11 commits
-
367af18d...297ff6bf - 10 commits from branch
postmarketOS:master
- dc76aeef - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-02-28T17:51:46
-
367af18d...297ff6bf - 10 commits from branch
- Resolved by Administrator
https://gitlab.com/postmarketOS/pmaports/-/jobs/2155217424#L34 GitLab was down and caused CI failure.
By Raymond Hackley on 2022-03-03T14:46:19
added 7 commits
-
dc76aeef...6127af78 - 6 commits from branch
postmarketOS:master
- 737b320d - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-03-03T15:55:09
-
dc76aeef...6127af78 - 6 commits from branch
added 1 commit
- d9622812 - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-03-03T16:09:45
added 1 commit
- 737b320d - samsung-{a3,a5,a7,klte,serranove}: Move 20-tm2-touchkey-input.rules to postmarketos-base
By Raymond Hackley on 2022-03-03T16:14:47
added 1 commit
- 9833cc8a - samsung-{a3,a5,a7,klte,serranove}: move tm2-touchkey rules to pmos-base (MR 2926)
By Alexey Min on 2022-03-03T16:20:29
added category::device device-samsung-a5 + 1 deleted label
mentioned in merge request !3015 (merged)
By Raymond Hackley on 2022-03-21T14:45:27
mentioned in merge request !3192 (merged)
By Jack K on 2022-06-05T18:32:06