|
@@ -298,6 +298,9 @@ static enum power_supply_property hidinput_battery_props[] = {
|
|
|
#define HID_BATTERY_QUIRK_FEATURE (1 << 1) /* ask for feature report */
|
|
|
|
|
|
static const struct hid_device_id hid_battery_quirks[] = {
|
|
|
+ { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
|
|
|
+ USB_DEVICE_ID_APPLE_ALU_WIRELESS_2009_ISO),
|
|
|
+ HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE },
|
|
|
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,
|
|
|
USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI),
|
|
|
HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE },
|