diff options
author | Soeren Sonnenburg <kernel@nn7.de> | 2006-12-29 16:47:46 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-30 10:55:55 -0800 |
commit | 10f549fa1538849548787879d96bbb3450f06117 (patch) | |
tree | 4b26230ba720f735f159017ef80ff82caaa12583 /arch/x86_64 | |
parent | d8a82d7b0a22495023e90856e58639412a5ee3f7 (diff) | |
download | kernel_samsung_smdk4412-10f549fa1538849548787879d96bbb3450f06117.zip kernel_samsung_smdk4412-10f549fa1538849548787879d96bbb3450f06117.tar.gz kernel_samsung_smdk4412-10f549fa1538849548787879d96bbb3450f06117.tar.bz2 |
[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 'arch/x86_64')
-rw-r--r-- | arch/x86_64/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/defconfig b/arch/x86_64/defconfig index ac80b12..9cc7c21 100644 --- a/arch/x86_64/defconfig +++ b/arch/x86_64/defconfig @@ -1191,7 +1191,7 @@ CONFIG_USB_STORAGE=y # USB Input Devices # CONFIG_USB_HID=y -# CONFIG_USB_HID_POWERBOOK is not set +# CONFIG_USB_HIDINPUT_POWERBOOK is not set # CONFIG_HID_FF is not set # CONFIG_USB_HIDDEV is not set # CONFIG_USB_AIPTEK is not set |