Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH] HID: hid-input: battery quirk for Apple keyboard
@ 2012-11-26 12:32 Ortwin Glück
  2012-11-26 14:46 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Ortwin Glück @ 2012-11-26 12:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: stable

Support battery capacity on another Apple wireless
keyboard.

NB: most likely all other APPLE_ALU_WIRELESS_*
keyboards should be added as well.

Cc: stable <at> kernel.org
Signed-off-by: Ortwin Gl�ck <odi@odi.ch>
---
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c
index 5301006..b2ae097 100644
--- a/drivers/hid/hid-input.c
+++ b/drivers/hid/hid-input.c
@@ -299,6 +299,9 @@ static enum power_supply_property 
hidinput_battery_props[] = {

  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 },
         { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] HID: hid-input: battery quirk for Apple keyboard
@ 2012-11-25 14:08 Ortwin Glück
  2012-11-25 14:13 ` devendra.aaru
  2012-11-26 13:27 ` Jiri Kosina
  0 siblings, 2 replies; 6+ messages in thread
From: Ortwin Glück @ 2012-11-25 14:08 UTC (permalink / raw)
  To: linux-kernel, linux-input, Jiri Kosina; +Cc: stable

Support battery capacity on another Apple wireless
keyboard.

NB: most likely all other APPLE_ALU_WIRELESS_*
keyboards should be added as well.

Signed-off-by: Ortwin Gl�ck <odi@odi.ch>
---
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c
index 5301006..b2ae097 100644
--- a/drivers/hid/hid-input.c
+++ b/drivers/hid/hid-input.c
@@ -299,6 +299,9 @@ static enum power_supply_property hidinput_battery_props[] = {

  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 },
         { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE,

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-26 14:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 12:32 [PATCH] HID: hid-input: battery quirk for Apple keyboard Ortwin Glück
2012-11-26 14:46 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2012-11-25 14:08 Ortwin Glück
2012-11-25 14:13 ` devendra.aaru
2012-11-26  0:45   ` Ben Hutchings
2012-11-26 13:27 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox