free5lot / hid-apple-patched

Allows to swap the Fn key and left Control key and other tweaks on Macbook Pro and Apple keyboards in GNU/Linux
GNU General Public License v2.0
349 stars 61 forks source link

Update with sources from kernel 5.8.x #70

Closed jbcjorge closed 4 years ago

jbcjorge commented 4 years ago

Updated the source files from kernel 5.8 branch

free5lot commented 4 years ago

Thank you @jbcjorge for this PR! I will need one additional confirmation that nothing is broken and will accept this PR. Maybe someone with external keyboard can check it, too. @almson , @smaslennikov or anyone, guys?

slavaaaaaaaaaa commented 4 years ago

Sorry guys, I haven't had one of these keyboards in a long time.

huseyin1419 commented 4 years ago

@free5lot I am using Debian 5.7.10-1 kernel. When they update kernel 5.8.x, I will test. Is it okay?

free5lot commented 4 years ago

@ozdemir1419 yes, of course.

By the way, you can also test swap_fn_leftctrl in the original 5.8 kernel, as finally this patch is making it to the upstream, starting with swap_fn_leftctrl.

free5lot commented 4 years ago

Anyone with an ability to test this rather simple PR with merge of 5.8 - please do and report if something is OK or broken for you.

jbcjorge commented 4 years ago

@ozdemir1419 yes, of course.

By the way, you can also test swap_fn_leftctrl in the original 5.8 kernel, as finally this patch is making it to the upstream, starting with swap_fn_leftctrl.

Actually that I can testify it works. I'm running 5.8.2 and without the patch that was still working (actually that's the whole reason for the PR, as I got but my FN-Ctrl swap was still working, but not the Eject-Delete remap nor the right Alt-Ctrl, so I saw this needed a patch...)

free5lot commented 4 years ago

@jbcjorge thanks for feedback, glad to hear that the first option migrated to upstream with no issues for you.

free5lot commented 4 years ago

I'm merging this pull request as everything seems to be fine.