Skip to content

Commit

Permalink
[PATCH] USB: keyspan-remote bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Downey <downey@zymeta.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Michael Downey authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent 48b1be6 commit 01e8950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/usb/input/keyspan_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 01e8950

Please sign in to comment.