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

Commit 01e89506 authored by Michael Downey's avatar Michael Downey Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: keyspan-remote bugfix

parent 48b1be6a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -297,6 +297,8 @@ static void keyspan_check_data(struct usb_keyspan *remote, struct pt_regs *regs)
			remote->data.bits_left -= 6;
		} else {
			err("%s - Error in message, invalid toggle.\n", __FUNCTION__);
			remote->stage = 0;
			return;
		}

		keyspan_load_tester(remote, 5);