From 49f1c79f365e4b05fbe7a35ba209788d1628dcaa Mon Sep 17 00:00:00 2001
From: Mario Limonciello <superm1@ubuntu.com>
Date: Sun, 9 Mar 2008 13:30:34 -0500
Subject: [PATCH] UBUNTU: Enable FN key on Apple aluminum bluetooth keyboard
  OriginalAuthor: Dean McCarron
  OriginalLocation: http://sourceforge.net/mailarchive/message.php?msg_id=473118CB.5090804%40mercuryresearch.com
  Bug: #162084
  Ignore: no

This quirk was submitted to bluez-devel and should eventually enter in a
later kernel.

Signed-off-by: Mario Limonciello <superm1@ubuntu.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 4bbacdd..7acc0a0 100644
--- a/net/bluetooth/hidp/core.c
+++ b/net/bluetooth/hidp/core.c
@@ -688,6 +688,8 @@ static const struct {
 } hidp_blacklist[] = {
 	/* Apple wireless Mighty Mouse */
 	{ 0x05ac, 0x030c, HID_QUIRK_MIGHTYMOUSE | HID_QUIRK_INVERT_HWHEEL },
+	/* Apple Wireless Aluminum Keyboard */
+	{ 0x05ac, 0x022c, HID_QUIRK_POWERBOOK_HAS_FN },
 
 	{ }	/* Terminating entry */
 };
-- 
1.5.4.3

