aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSoeren Sonnenburg <kernel@nn7.de>2006-12-29 19:47:46 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-30 13:55:55 -0500
commit10f549fa1538849548787879d96bbb3450f06117 (patch)
tree4b26230ba720f735f159017ef80ff82caaa12583 /drivers
parentd8a82d7b0a22495023e90856e58639412a5ee3f7 (diff)
[PATCH] make fn_keys work again on power/macbooks
The apple fn keys don't work anymore with 2.6.20-rc1. The reason is that USB_HID_POWERBOOK appears in several files although USB_HIDINPUT_POWERBOOK is the thing to be used. The patch fixes this. Cc: Greg KH <greg@kroah.com> Cc: Dmitry Torokhov <dtor@mail.ru> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Jiri Kosina <jkosina@suse.cz> Cc: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/input/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/Kconfig b/drivers/usb/input/Kconfig
index e308f6dc2b87..f877cd4f317a 100644
--- a/drivers/usb/input/Kconfig
+++ b/drivers/usb/input/Kconfig
@@ -29,7 +29,7 @@ config USB_HID
29comment "Input core support is needed for USB HID input layer or HIDBP support" 29comment "Input core support is needed for USB HID input layer or HIDBP support"
30 depends on USB_HID && INPUT=n 30 depends on USB_HID && INPUT=n
31 31
32config USB_HID_POWERBOOK 32config USB_HIDINPUT_POWERBOOK
33 bool "Enable support for iBook/PowerBook special keys" 33 bool "Enable support for iBook/PowerBook special keys"
34 default n 34 default n
35 depends on USB_HID 35 depends on USB_HID