On Mon, Nov 8, 2021 at 5:50 AM Benjamin Berg <benjamin@xxxxxxxxxxxxxxxx> wrote: > > + if (hid->product == USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2021) > + table = apple2021_fn_keys; This will have to be updated to cover USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_FINGERPRINT_2021 and USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_NUMPAD_2021 too. Other than that, the patch looks good, thanks! Tested-by: Alex Henrie <alexhenrie24@xxxxxxxxx>