Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143137
b: refs/heads/master
c: 0f49548
h: refs/heads/master
i:
  143135: 40b5b2d
v: v3
  • Loading branch information
Andy Whitcroft authored and Dmitry Torokhov committed Feb 28, 2009
1 parent e7b6fc9 commit 8e1c230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a49cfa9de4ef47eb9238d625b900d4cdddccf30
refs/heads/master: 0f4954819fb6f840d46076f0dbd313ef5da48f5d
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/hgpk.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static enum hgpk_model_t hgpk_get_model(struct psmouse *psmouse)
return -EIO;
}

hgpk_dbg(psmouse, "ID: %02x %02x %02x", param[0], param[1], param[2]);
hgpk_dbg(psmouse, "ID: %02x %02x %02x\n", param[0], param[1], param[2]);

/* HGPK signature: 0x67, 0x00, 0x<model> */
if (param[0] != 0x67 || param[1] != 0x00)
Expand Down

0 comments on commit 8e1c230

Please sign in to comment.