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@xxxxxxxx> --- 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:
signature.asc
Description: OpenPGP digital signature