diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-18 17:36:49 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:49 -0400 |
commit | 8c19a51591d06f5226499972567f528cf6066bb7 (patch) | |
tree | acfa47c0cb371c8b87f7282d19c627e44032dbe2 /drivers/hid/Kconfig | |
parent | d458a9dfc4de24870b8c747484b1988726534bee (diff) |
HID: move apple quirks
Move them from the core code to a separate driver.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 066e8c08c26..41283fff514 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -70,6 +70,20 @@ source "drivers/hid/usbhid/Kconfig" | |||
70 | menu "Special HID drivers" | 70 | menu "Special HID drivers" |
71 | depends on HID | 71 | depends on HID |
72 | 72 | ||
73 | config HID_APPLE | ||
74 | tristate "Apple" | ||
75 | default m | ||
76 | depends on (USB_HID || BT_HIDP) | ||
77 | ---help--- | ||
78 | Support for some Apple devices which less or more break | ||
79 | HID specification. | ||
80 | |||
81 | Say Y here if you want support for the special keys (Fn, Numlock) on | ||
82 | Apple iBooks, PowerBooks, MacBooks, MacBook Pros and aluminum USB | ||
83 | keyboards. | ||
84 | |||
85 | If unsure, say M. | ||
86 | |||
73 | config HID_LOGITECH | 87 | config HID_LOGITECH |
74 | tristate "Logitech" | 88 | tristate "Logitech" |
75 | default m | 89 | default m |