File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
349350static bool apple_is_non_apple_keyboard (struct hid_device * hdev )
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments