Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26c22d63 authored by Hans de Goede's avatar Hans de Goede Committed by Matthew Garrett
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMatthew Garrett <matthew.garrett@nebula.com>
parent ed112898
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;