summaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/Kconfig
diff options
context:
space:
mode:
authorNoel Kothe2007-05-07 23:26:03 +0200
committerJiri Kosina2007-05-09 02:52:51 +0200
commit59e7e36c325b4d447a490ee163eac23025763681 (patch)
treeab8f182c35e6762d42f28c9fd3f14eef4d16100b /drivers/hid/usbhid/Kconfig
parentHID: add input mappings for non-working keys on Logitech S510 remote (diff)
downloadkernel-qcow2-linux-59e7e36c325b4d447a490ee163eac23025763681.tar.gz
kernel-qcow2-linux-59e7e36c325b4d447a490ee163eac23025763681.tar.xz
kernel-qcow2-linux-59e7e36c325b4d447a490ee163eac23025763681.zip
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/usbhid/Kconfig')
-rw-r--r--drivers/hid/usbhid/Kconfig4
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"
depends on USB_HID && INPUT=n
config USB_HIDINPUT_POWERBOOK
- bool "Enable support for iBook/PowerBook special keys"
+ bool "Enable support for iBook/PowerBook/MacBook/MacBookPro special keys"
default n
depends on USB_HID
help
Say Y here if you want support for the special keys (Fn, Numlock) on
- Apple iBooks and PowerBooks.
+ Apple iBooks, PowerBooks, MacBooks and MacBook Pros.
If unsure, say N.