HID: apple: enable APPLE_ISO_TILDE_QUIRK for the keyboards of Macs with the T2 chip
authorKerem Karabay <kekrby@gmail.com>
Sat, 24 Sep 2022 09:53:06 +0000 (12:53 +0300)
committerJiri Kosina <jkosina@suse.cz>
Wed, 2 Nov 2022 13:02:39 +0000 (14:02 +0100)
commit084bc074c231e716cbcb9e8f9db05b17fd3563cf
tree87bc17768589f8134f447e53b938008a81e72cda
parent5476fcf7f7b901db1cea92acb1abdd12609e30e1
HID: apple: enable APPLE_ISO_TILDE_QUIRK for the keyboards of Macs with the T2 chip

The iso_layout parameter must be manually set to get the driver to
swap KEY_102ND and KEY_GRAVE. This patch eliminates the need to do that.

This is safe to do, as Macs with keyboards that do not need the quirk
will keep working the same way as the value of hid->country will be
different than HID_COUNTRY_INTERNATIONAL_ISO. This was tested by one
person with a Mac with the WELLSPRINGT2_J152F keyboard with a layout
that does not require the quirk to be set.

Signed-off-by: Kerem Karabay <kekrby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-apple.c