From: Mario Limonciello <mario_limonciello@dell.com>
To: "linux-bluetooth@vger.kernel.org" <linux-bluetooth@vger.kernel.org>
Subject: [PATCH] Quirk for Apple Aluminum Bluetooth keyboard FN key
Date: Tue, 14 Oct 2008 16:28:11 -0500 [thread overview]
Message-ID: <48F50EEB.1060802@dell.com> (raw)
[-- 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 --]
next reply other threads:[~2008-10-14 21:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-14 21:28 Mario Limonciello [this message]
2008-10-23 4:56 ` [PATCH] Quirk for Apple Aluminum Bluetooth keyboard FN key Marcel Holtmann
2008-10-23 16:33 ` Mario Limonciello
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48F50EEB.1060802@dell.com \
--to=mario_limonciello@dell.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox