[PATCH v2 0/2] Version 2 of hid-apple fixes

Kerem Karabay posted 2 patches 3 years, 6 months ago
drivers/hid/hid-apple.c | 118 ++++++++++++++++++----------------------
1 file changed, 52 insertions(+), 66 deletions(-)
[PATCH v2 0/2] Version 2 of hid-apple fixes
Posted by Kerem Karabay 3 years, 6 months ago
From: kekrby <kekrby@gmail.com>

Hi all,

This patch series is an updated version of this one:
https://lore.kernel.org/all/20220910094354.12359-2-kekrby@gmail.com/.

# Changes since v1:

- Fixed loading the module with the `swap_fn_leftctrl` option set to 1,
  which would make the Fn key cease to function. (Setting the option
  after loading the module still worked, which is why the bug was not
  caught while testing.)

Kerem Karabay (2):
  HID: apple: fix key translations where multiple quirks attempt to
    translate the same key and the ones that depend on other
    translations
  HID: apple: enable APPLE_ISO_TILDE_QUIRK for the keyboards of Macs
    with the T2 chip

 drivers/hid/hid-apple.c | 118 ++++++++++++++++++----------------------
 1 file changed, 52 insertions(+), 66 deletions(-)

-- 
2.37.2
Re: [PATCH v2 0/2] Version 2 of hid-apple fixes
Posted by Jiri Kosina 3 years, 5 months ago
On Sat, 24 Sep 2022, Kerem Karabay wrote:

> From: kekrby <kekrby@gmail.com>
> 
> Hi all,
> 
> This patch series is an updated version of this one:
> https://lore.kernel.org/all/20220910094354.12359-2-kekrby@gmail.com/.
> 
> # Changes since v1:
> 
> - Fixed loading the module with the `swap_fn_leftctrl` option set to 1,
>   which would make the Fn key cease to function. (Setting the option
>   after loading the module still worked, which is why the bug was not
>   caught while testing.)
> 
> Kerem Karabay (2):
>   HID: apple: fix key translations where multiple quirks attempt to
>     translate the same key and the ones that depend on other
>     translations
>   HID: apple: enable APPLE_ISO_TILDE_QUIRK for the keyboards of Macs
>     with the T2 chip

I have shortened the shortlog of the first patch a little bit :) and 
applied, thanks.

-- 
Jiri Kosina
SUSE Labs