Acked-by: Ping Cheng <[email protected]> Ping
On Sun, Mar 21, 2010 at 9:12 PM, Peter Hutterer <[email protected]> wrote: > Signed-off-by: Peter Hutterer <[email protected]> > --- > src/wcmISDV4.c | 10 ++++++---- > 1 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/src/wcmISDV4.c b/src/wcmISDV4.c > index 1cfb8f3..c0c3f83 100644 > --- a/src/wcmISDV4.c > +++ b/src/wcmISDV4.c > @@ -277,7 +277,8 @@ static int isdv4GetRanges(LocalDevicePtr local) > rc = isdv4ParseQuery(data, sizeof(data), &reply); > if (rc <= 0) > { > - xf86Msg(X_ERROR, "Error while parsing ISDV4 > query.\n"); > + xf86Msg(X_ERROR, "%s: Error while parsing ISDV4 > query.\n", > + local->name); > return BadAlloc; > } > > @@ -314,7 +315,8 @@ static int isdv4GetRanges(LocalDevicePtr local) > rc = isdv4ParseTouchQuery(data, sizeof(data), &reply); > if (rc <= 0) > { > - xf86Msg(X_ERROR, "Error while parsing ISDV4 touch > query.\n"); > + xf86Msg(X_ERROR, "%s: Error while parsing ISDV4 touch > query.\n", > + local->name); > return BadAlloc; > } > > @@ -357,7 +359,7 @@ static int isdv4GetRanges(LocalDevicePtr local) > (common->tablet_id != 0x9F)) > > { > - xf86Msg(X_WARNING, "WACOM: %s tablet > id(%x)" > + xf86Msg(X_WARNING, "%s: tablet id(%x)" > " mismatch with data id (0x01) \n", > local->name, common->tablet_id); > return ret; > @@ -368,7 +370,7 @@ static int isdv4GetRanges(LocalDevicePtr local) > if ((common->tablet_id != 0xE2) && > (common->tablet_id != 0xE3)) > { > - xf86Msg(X_WARNING, "WACOM: %s tablet > id(%x)" > + xf86Msg(X_WARNING, "%s: tablet id(%x)" > " mismatch with data id (0x03) \n", > local->name, common->tablet_id); > return ret; > -- > 1.6.6.1 > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Linuxwacom-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
