Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25753
b: refs/heads/master
c: 01e8950
h: refs/heads/master
i:
  25751: 94811a0
v: v3
  • Loading branch information
Michael Downey authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent efc786d commit 5dab2c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48b1be6ac080c3bb5ad3e529d8816953507790ab
refs/heads/master: 01e89506351b84ac6f39eb70f99c71483768ca60
2 changes: 2 additions & 0 deletions trunk/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 5dab2c5

Please sign in to comment.