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

Commit 715e944f authored by Carlo Caione's avatar Carlo Caione Committed by Jiri Kosina
Browse files

HID: asus: Stop underlying hardware on remove



We are missing a call to hid_hw_stop() on the remove hook.
Among other things this is causing an Oops when (re-)starting GNOME /
upowerd / ... after the module has been already rmmod-ed.

Signed-off-by: default avatarCarlo Caione <carlo@endlessm.com>
Reviewed-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent f3d3eab6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -537,6 +537,8 @@ static void asus_remove(struct hid_device *hdev)
		drvdata->kbd_backlight->removed = true;
		cancel_work_sync(&drvdata->kbd_backlight->work);
	}

	hid_hw_stop(hdev);
}

static __u8 *asus_report_fixup(struct hid_device *hdev, __u8 *rdesc,