public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Quirk for Apple Aluminum Bluetooth  keyboard FN key
@ 2008-10-14 21:28 Mario Limonciello
  2008-10-23  4:56 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Mario Limonciello @ 2008-10-14 21:28 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

[-- Attachment #1: Type: text/plain, Size: 869 bytes --]

This patch was present in Ubuntu Hardy, but got dropped by accident in
Intrepid and never submitted upstream.  It adds a quirk enabling the FN
key on the Apple Aluminum Bluetooth Wireless Keyboard.


Signed-off-by: Mario Limonciello <Mario_Limonciello@Dell.com>
---
 net/bluetooth/hidp/core.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c
index 96434d7..fc6e643 100644
--- a/net/bluetooth/hidp/core.c
+++ b/net/bluetooth/hidp/core.c
@@ -684,6 +684,8 @@ static const struct {
 } hidp_blacklist[] = {
     /* Apple wireless Mighty Mouse */
     { 0x05ac, 0x030c, HID_QUIRK_MIGHTYMOUSE | HID_QUIRK_INVERT_HWHEEL },
+    /* Apple wireless Bluetooth Keyboard */
+    { 0x05ac, 0x022c, HID_QUIRK_APPLE_HAS_FN },
 
     { }    /* Terminating entry */
 };
-- 
1.5.4.3


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

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

end of thread, other threads:[~2008-10-23 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 21:28 [PATCH] Quirk for Apple Aluminum Bluetooth keyboard FN key Mario Limonciello
2008-10-23  4:56 ` Marcel Holtmann
2008-10-23 16:33   ` Mario Limonciello

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