USB HID: update CONFIG_USB_HIDINPUT_POWERBOOK description
authorNoel Kothe <noel@debian.org>
Mon, 7 May 2007 21:26:03 +0000 (23:26 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 9 May 2007 00:52:51 +0000 (02:52 +0200)
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>
drivers/hid/usbhid/Kconfig

index 7c87bdc..1b4b572 100644 (file)
@@ -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.