diff options
Diffstat (limited to 'drivers/hid/hid-apple.c')
-rw-r--r-- | drivers/hid/hid-apple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index 3b219b9553fb..497558127bb3 100644 --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c | |||
@@ -46,7 +46,7 @@ module_param(iso_layout, uint, 0644); | |||
46 | MODULE_PARM_DESC(iso_layout, "Enable/Disable hardcoded ISO-layout of the keyboard. " | 46 | MODULE_PARM_DESC(iso_layout, "Enable/Disable hardcoded ISO-layout of the keyboard. " |
47 | "(0 = disabled, [1] = enabled)"); | 47 | "(0 = disabled, [1] = enabled)"); |
48 | 48 | ||
49 | static unsigned int swap_opt_cmd = 0; | 49 | static unsigned int swap_opt_cmd; |
50 | module_param(swap_opt_cmd, uint, 0644); | 50 | module_param(swap_opt_cmd, uint, 0644); |
51 | MODULE_PARM_DESC(swap_opt_cmd, "Swap the Option (\"Alt\") and Command (\"Flag\") keys. " | 51 | MODULE_PARM_DESC(swap_opt_cmd, "Swap the Option (\"Alt\") and Command (\"Flag\") keys. " |
52 | "(For people who want to keep Windows PC keyboard muscle memory. " | 52 | "(For people who want to keep Windows PC keyboard muscle memory. " |