Hi This small patch series contains various pending patches for hid-apple in a single series. The first patch moves the backlight report structs, that were incorrectly placed between the translation tables, to other related backlight structs. The second patch makes use of switch case statements for the ever increasing lengthy device table for fn translation. The third patch removes the unused APPLE_IGNORE_MOUSE quirk. The last patch adds Apple Magic Keyboard a3118 USB-C support. Aditya Garg (3): HID: apple: move backlight report structs to other backlight structs HID: apple: use switch case to set fn translation table HID: apple: remove unused APPLE_IGNORE_MOUSE quirk Grigorii Sokolik (1): HID: hid-apple: Apple Magic Keyboard a3118 USB-C support drivers/hid/hid-apple.c | 121 ++++++++++++++++++++++------------------ drivers/hid/hid-ids.h | 9 +-- 2 files changed, 72 insertions(+), 58 deletions(-) -- 2.39.5 (Apple Git-154)