From 93e42227e8c77286838e7333fd0afd4b1732585e Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 13 Mar 2008 03:11:06 -0500 Subject: [PATCH] UBUNTU: Modify default FN key behavior on Apple keyboards Bug: #201711 Ignore: no This sets all the "special" keys on Apple keyboards to only be activated when FN is pressed rather than consistently. Signed-off-by: Mario Limonciello --- drivers/hid/hid-input.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 69ae793..4874c44 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -34,7 +34,7 @@ #include #include -static int hid_apple_fnmode = 1; +static int hid_apple_fnmode = 2; module_param_named(pb_fnmode, hid_apple_fnmode, int, 0644); MODULE_PARM_DESC(pb_fnmode, "Mode of fn key on Apple keyboards (0 = disabled, 1 = fkeyslast, 2 = fkeysfirst)"); -- 1.5.4.3