The patch titled Add Apple MacBook product IDs to usbhid has been added to the -mm tree. Its filename is add-apple-macbook-product-ids-to-usbhid.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Add Apple MacBook product IDs to usbhid From: Rene Rebe <rene@xxxxxxxxxxxx> Add the Apple MacBook product IDs for the Fn translation to the usbhid. Signed-off-by: René Rebe <rene@xxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Dmitry Torokhov <dtor_core@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/usb/input/hid-core.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN drivers/usb/input/hid-core.c~add-apple-macbook-product-ids-to-usbhid drivers/usb/input/hid-core.c --- devel/drivers/usb/input/hid-core.c~add-apple-macbook-product-ids-to-usbhid 2006-06-04 23:00:57.000000000 -0700 +++ devel-akpm/drivers/usb/input/hid-core.c 2006-06-04 23:00:57.000000000 -0700 @@ -1693,6 +1693,9 @@ static const struct hid_blacklist { { USB_VENDOR_ID_APPLE, 0x0214, HID_QUIRK_POWERBOOK_HAS_FN }, { USB_VENDOR_ID_APPLE, 0x0215, HID_QUIRK_POWERBOOK_HAS_FN }, { USB_VENDOR_ID_APPLE, 0x0216, HID_QUIRK_POWERBOOK_HAS_FN }, + { 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, 0x030A, HID_QUIRK_POWERBOOK_HAS_FN }, { USB_VENDOR_ID_APPLE, 0x030B, HID_QUIRK_POWERBOOK_HAS_FN }, _ Patches currently in -mm which might be from rene@xxxxxxxxxxxx are add-apple-macbook-product-ids-to-usbhid.patch - 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