aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Rebe <rene@exactcode.de>2006-06-04 11:39:09 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-21 15:04:16 -0700
commit5c218e3b86510f9685bfae5b0d2d7cc8468056c1 (patch)
tree5456256e4aa726f8c704e84ce12db49abe4f8a4f
parent[PATCH] USB: EHCI on non-Au1200 build fix (diff)
downloadlinux-dev-5c218e3b86510f9685bfae5b0d2d7cc8468056c1.tar.xz
linux-dev-5c218e3b86510f9685bfae5b0d2d7cc8468056c1.zip
[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: Rene Rebe <rene@exactcode.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/usb/input/hid-core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c
index 17b6e6ab3703..b9fb9687f926 100644
--- a/drivers/usb/input/hid-core.c
+++ b/drivers/usb/input/hid-core.c
@@ -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 },