diff options
author | Noel Kothe <noel@debian.org> | 2007-05-07 17:26:03 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-05-08 20:52:51 -0400 |
commit | 59e7e36c325b4d447a490ee163eac23025763681 (patch) | |
tree | ab8f182c35e6762d42f28c9fd3f14eef4d16100b /drivers/hid | |
parent | 529fa5473123a9e81e711a92e46fba732c4264ed (diff) |
USB HID: update CONFIG_USB_HIDINPUT_POWERBOOK description
This option is needed on the Apple Intel Laptops too.
Signed-off-by: Noel Kothe <noel@debian.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index 7c87bdc538bc..1b4b572f899b 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig | |||
@@ -25,12 +25,12 @@ comment "Input core support is needed for USB HID input layer or HIDBP support" | |||
25 | depends on USB_HID && INPUT=n | 25 | depends on USB_HID && INPUT=n |
26 | 26 | ||
27 | config USB_HIDINPUT_POWERBOOK | 27 | config USB_HIDINPUT_POWERBOOK |
28 | bool "Enable support for iBook/PowerBook special keys" | 28 | bool "Enable support for iBook/PowerBook/MacBook/MacBookPro special keys" |
29 | default n | 29 | default n |
30 | depends on USB_HID | 30 | depends on USB_HID |
31 | help | 31 | help |
32 | Say Y here if you want support for the special keys (Fn, Numlock) on | 32 | Say Y here if you want support for the special keys (Fn, Numlock) on |
33 | Apple iBooks and PowerBooks. | 33 | Apple iBooks, PowerBooks, MacBooks and MacBook Pros. |
34 | 34 | ||
35 | If unsure, say N. | 35 | If unsure, say N. |
36 | 36 | ||