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

[PATCH] USB: keyspan-remote bugfix

Signed-off-by: default avatarMichael Downey <downey@zymeta.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 48b1be6a
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment