Skip to content

Commit 9fe5167

Browse files
author
Benjamin Tissoires
committed
Merge branch 'for-6.5/upstream-fixes' into for-linus
Apple devices fixes by Nimish Gåtam and Nils Tonnaett
2 parents 2544f87 + c4444d8 commit 9fe5167

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

drivers/hid/hid-apple.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
343343
{ "SONiX USB DEVICE" },
344344
{ "Keychron" },
345345
{ "AONE" },
346-
{ "GANSS" }
346+
{ "GANSS" },
347+
{ "Hailuck" },
347348
};
348349

349350
static bool apple_is_non_apple_keyboard(struct hid_device *hdev)

drivers/hid/hid-input.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ static const struct hid_device_id hid_battery_quirks[] = {
358358
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
359359
USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI),
360360
HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE },
361+
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
362+
USB_DEVICE_ID_APPLE_MAGICTRACKPAD),
363+
HID_BATTERY_QUIRK_IGNORE },
361364
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_ELECOM,
362365
USB_DEVICE_ID_ELECOM_BM084),
363366
HID_BATTERY_QUIRK_IGNORE },

0 commit comments

Comments
 (0)