The patch titled hid-core: Add quirk for new Apple keyboard/trackpad has been removed from the -mm tree. Its filename was hid-core-add-quirk-for-new-apple-keyboard-trackpad.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: hid-core: Add quirk for new Apple keyboard/trackpad From: Julien BLACHE <jb@xxxxxxxxxxx> 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@xxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/usb/input/hid-core.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/usb/input/hid-core.c~hid-core-add-quirk-for-new-apple-keyboard-trackpad drivers/usb/input/hid-core.c --- a/drivers/usb/input/hid-core.c~hid-core-add-quirk-for-new-apple-keyboard-trackpad +++ a/drivers/usb/input/hid-core.c @@ -1818,6 +1818,7 @@ static const struct hid_blacklist { { USB_VENDOR_ID_APPLE, 0x0217, HID_QUIRK_POWERBOOK_HAS_FN }, { USB_VENDOR_ID_APPLE, 0x0218, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_POWERBOOK_ISO_KEYBOARD}, { 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 }, _ Patches currently in -mm which might be from jb@xxxxxxxxxxx are - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html