summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/dell-laptop.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-11-17 14:00:25 +0100
committerMatthew Garrett <matthew.garrett@nebula.com>2013-11-20 18:50:49 -0500
commit26c22d63a70f62e0832c6d9f2a2690ab0155d584 (patch)
tree091c7b77366150206603d04a86a9fd5c512cd17e /drivers/platform/x86/dell-laptop.c
parented1128989ab242f44664b446702a512e5695c4b7 (diff)
dell-laptop: Wait less long before updating rfkill after an rfkill keypress
Some time is needed for the BIOS to do its work, but 250ms should be plenty. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/dell-laptop.c')
-rw-r--r--drivers/platform/x86/dell-laptop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
index b33b77991523..fe20f67ff44b 100644
--- a/drivers/platform/x86/dell-laptop.c
+++ b/drivers/platform/x86/dell-laptop.c
@@ -759,7 +759,7 @@ static bool dell_laptop_i8042_filter(unsigned char data, unsigned char str,
switch (data) {
case 0x8:
schedule_delayed_work(&dell_rfkill_work,
- round_jiffies_relative(HZ));
+ round_jiffies_relative(HZ / 4));
break;
}
extended = false;