File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,8 @@ static const struct apple_non_apple_keyboard non_apple_keyboards[] = {
343
343
{ "SONiX USB DEVICE" },
344
344
{ "Keychron" },
345
345
{ "AONE" },
346
- { "GANSS" }
346
+ { "GANSS" },
347
+ { "Hailuck" },
347
348
};
348
349
349
350
static 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[] = {
358
358
{ HID_BLUETOOTH_DEVICE (USB_VENDOR_ID_APPLE ,
359
359
USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI ),
360
360
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 },
361
364
{ HID_BLUETOOTH_DEVICE (USB_VENDOR_ID_ELECOM ,
362
365
USB_DEVICE_ID_ELECOM_BM084 ),
363
366
HID_BATTERY_QUIRK_IGNORE },
You can’t perform that action at this time.
0 commit comments