Hi, I was just informed that my HID patch to probe the battery status was merged upstream, but it misses my: USB_DEVICE_ID_APPLE_ALU_WIRELESS_ANSI on the hid-input.c file, also if you notice Jeremy Fitzhardinge tested on a 2011 model which had the issue, my model is from 2007 and also has the issue, shouldn't we include the models in between? As I don't have commit access should I make a proper patch just for this extra quirk? BTW, these Apple devices allow for changing their names, when you pair them on a Mac the OS put it's hostname on the device, I don't think automating to this level is useful but the feature is important since my devices have my boss Mac hostname :/ is this already available on HID devices or would be another specif addition? Thanks. static const struct hid_device_id hid_battery_quirks[] = { { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI), HID_BATTERY_QUIRK_PERCENT | HID_BATTERY_QUIRK_FEATURE }, {} }; -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html