提交 01e89506 编写于 作者: M Michael Downey 提交者: Greg Kroah-Hartman

[PATCH] USB: keyspan-remote bugfix

Signed-off-by: NMichael Downey <downey@zymeta.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册