Commit 59e7e36c325b4d447a490ee163eac23025763681
Committed by
Jiri Kosina
1 parent
529fa54731
Exists in
master
and in
20 other branches
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>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
drivers/hid/usbhid/Kconfig
... | ... | @@ -25,12 +25,12 @@ |
25 | 25 | depends on USB_HID && INPUT=n |
26 | 26 | |
27 | 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 | 29 | default n |
30 | 30 | depends on USB_HID |
31 | 31 | help |
32 | 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 | 35 | If unsure, say N. |
36 | 36 |