* [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
* Re: [PATCH] Quirk for Apple Aluminum Bluetooth keyboard FN key 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 0 siblings, 1 reply; 3+ messages in thread From: Marcel Holtmann @ 2008-10-23 4:56 UTC (permalink / raw) To: Mario Limonciello; +Cc: linux-bluetooth@vger.kernel.org Hi Mario, > 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. yeah, the Ubuntu kernel team is pretty bad in getting patches back to upstream. However in this case please check with the upstream kernel since the HID bus makes all quirks general to the HID subsystem. Regards Marcel ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Quirk for Apple Aluminum Bluetooth keyboard FN key 2008-10-23 4:56 ` Marcel Holtmann @ 2008-10-23 16:33 ` Mario Limonciello 0 siblings, 0 replies; 3+ messages in thread From: Mario Limonciello @ 2008-10-23 16:33 UTC (permalink / raw) To: Marcel Holtmann; +Cc: linux-bluetooth@vger.kernel.org [-- Attachment #1.1: Type: text/plain, Size: 839 bytes --] Hi Marcel: Marcel Holtmann wrote: > Hi Mario, > yeah, the Ubuntu kernel team is pretty bad in getting patches back to > upstream. However in this case please check with the upstream kernel > since the HID bus makes all quirks general to the HID subsystem. > > Regards > > Marcel Yeah, that's what I was thinking should be happening, and a little bit shocked that it didn't work properly since I saw a variation of this quirk in the hid source files already. I was a little thrown off though since there is already a quirk for the mighty mouse sitting in this section that I was patching, so it seemed sensible to add the quirk for the keyboard there too. I'll try to investigate why those quirks aren't carrying over properly. Regards -- Mario Limonciello *Dell | Linux Engineering* mario_limonciello@dell.com [-- Attachment #1.2: Type: text/html, Size: 1809 bytes --] [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 260 bytes --] ^ permalink raw reply [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