* [PATCH 1/1] psmouse: add newline to OLPC HGPK touchpad debugging
@ 2009-02-23 18:16 Andy Whitcroft
0 siblings, 0 replies; only message in thread
From: Andy Whitcroft @ 2009-02-23 18:16 UTC (permalink / raw)
To: Dmitry Torokhov, Dmitry Torokhov
Cc: linux-input, Matt Zimmerman, Andy Whitcroft
When probing for the OLPC HGPK touchpad the ID of the probed touchpad is
emitted, but the debug is missing the terminating newline. This causes
later information to run into it, and for that to be categorised
incorrectly at KERN_DBG. Fix this up.
Reported-by: Matt Zimmerman <mdz@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
drivers/input/mouse/hgpk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/mouse/hgpk.c b/drivers/input/mouse/hgpk.c
index 81e6ebf..a14a6b0 100644
--- a/drivers/input/mouse/hgpk.c
+++ b/drivers/input/mouse/hgpk.c
@@ -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)
--
1.6.1.2.419.g0d87e
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-23 18:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-23 18:16 [PATCH 1/1] psmouse: add newline to OLPC HGPK touchpad debugging Andy Whitcroft
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).