Commit 5c218e3b authored by Rene Rebe's avatar Rene Rebe Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: Add Apple MacBook product IDs to usbhid



This adds the Apple MacBook product IDs for the Fn translation
to the usbhid.

Signed-off-by: default avatarRene Rebe <rene@exactcode.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent dfbaa7d8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 },