> On 6 Mar 2025, at 12:30 PM, Grigorii Sokolik <g.sokol99@xxxxxxxxxxxx> wrote: > > Add Apple Magic Keyboard 2024 model (with USB-C port) device ID (0321) > to those recognized by the hid-apple driver. Keyboard is otherwise > compatible with the existing implementation for its earlier 2021 model. > > Signed-off-by: Grigorii Sokolik <g.sokol99@xxxxxxxxxxxx> > --- > drivers/hid/hid-apple.c | 5 +++++ > drivers/hid/hid-ids.h | 1 + > 2 files changed, 6 insertions(+) > > --- a/drivers/hid/hid-ids.h > +++ b/drivers/hid/hid-ids.h > @@ -185,6 +185,7 @@ > #define USB_DEVICE_ID_APPLE_IRCONTROL5 0x8243 > #define USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2021 0x029c > #define USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2024 0x0320 > +#define USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2024_V2 0x0320 It’s the same ID as USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_2024, why are you adding this again? Typo? Also, please use switch case, you can submit your patch as a part of: https://lore.kernel.org/linux-input/A50C1CF0-B927-4FCF-828F-1F5F79BA3762@xxxxxxxx/ Just resubmit those 2 patches along with your patch and make a v2. > #define USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_FINGERPRINT_2021 0x029a > #define USB_DEVICE_ID_APPLE_MAGIC_KEYBOARD_NUMPAD_2021 0x029f > #define USB_DEVICE_ID_APPLE_TOUCHBAR_BACKLIGHT 0x8102 > -- > 2.48.1 > >