public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hid-core: Add quirk for new Apple keyboard/trackpad
@ 2006-11-12 10:22 Julien BLACHE
  0 siblings, 0 replies; only message in thread
From: Julien BLACHE @ 2006-11-12 10:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: vojtech

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

Hi,

The new Core2 Duo MacBook Pro have a new keyboard+trackpad device.

The following patch adds the needed HID quirk for the Fn key.

Signed-off-by: Julien BLACHE <jb@jblache.org>


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Add quirk for new Apple keyboard/trackpad --]
[-- Type: text/x-patch, Size: 509 bytes --]

--- hid-core.c.orig	2006-11-12 10:11:07.131877000 +0100
+++ hid-core.c	2006-11-12 10:11:17.612877000 +0100
@@ -1802,6 +1802,7 @@
 	{ USB_VENDOR_ID_APPLE, 0x0217, HID_QUIRK_POWERBOOK_HAS_FN },
 	{ USB_VENDOR_ID_APPLE, 0x0218, HID_QUIRK_POWERBOOK_HAS_FN },
 	{ USB_VENDOR_ID_APPLE, 0x0219, HID_QUIRK_POWERBOOK_HAS_FN },
+	{ USB_VENDOR_ID_APPLE, 0x021B, HID_QUIRK_POWERBOOK_HAS_FN },
 	{ USB_VENDOR_ID_APPLE, 0x030A, HID_QUIRK_POWERBOOK_HAS_FN },
 	{ USB_VENDOR_ID_APPLE, 0x030B, HID_QUIRK_POWERBOOK_HAS_FN },
 

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]


JB.

-- 
Julien BLACHE                                   <http://www.jblache.org> 
<jb@jblache.org>                                  GPG KeyID 0xF5D65169

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-12 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-12 10:22 [PATCH] hid-core: Add quirk for new Apple keyboard/trackpad Julien BLACHE

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