From: Alex Henrie <hidden> Date: 2021-12-02 06:18:43
On Mon, Nov 8, 2021 at 5:50 AM Benjamin Berg [off-list ref] 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 <redacted>