mbox series

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

Message ID 20220924095306.8852-1-kekrby@gmail.com
Headers show
Series Version 2 of hid-apple fixes | expand

Message

Kerem Karabay Sept. 24, 2022, 9:53 a.m. UTC
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(-)

Comments

Jiri Kosina Nov. 2, 2022, 1:03 p.m. UTC | #1
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.