mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
[PATCH] USB: keyspan-remote bugfix
Signed-off-by: Michael Downey <downey@zymeta.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
48b1be6ac0
commit
01e8950635
1 changed files with 2 additions and 0 deletions
|
@ -297,6 +297,8 @@ static void keyspan_check_data(struct usb_keyspan *remote, struct pt_regs *regs)
|
||||||
remote->data.bits_left -= 6;
|
remote->data.bits_left -= 6;
|
||||||
} else {
|
} else {
|
||||||
err("%s - Error in message, invalid toggle.\n", __FUNCTION__);
|
err("%s - Error in message, invalid toggle.\n", __FUNCTION__);
|
||||||
|
remote->stage = 0;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
keyspan_load_tester(remote, 5);
|
keyspan_load_tester(remote, 5);
|
||||||
|
|
Loading…
Add table
Reference in a new issue