On Fri, Jan 29, 2010 at 08:13:03PM +0000, Przemysław Firszt wrote: > > From 482e08fd52c95a0b1197a004086907a9e6ed3230 Mon Sep 17 00:00:00 2001 > From: Przemo Firszt <[email protected]> > Date: Fri, 29 Jan 2010 18:42:19 +0000 > Subject: [PATCH 1/2] Fix typo in comment: xf86WcmReadSerial is xf86ReadSerial > > Signed-off-by: Przemo Firszt <[email protected]> > --- > src/xf86Wacom.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h > index 351abb1..728f9d5 100644 > --- a/src/xf86Wacom.h > +++ b/src/xf86Wacom.h > @@ -145,7 +145,7 @@ struct _WacomModule > * for example: you pull out the USB tablet, the handle becomes invalid, > * xf86WcmRead() returns -1 AND errno is left as EINTR from hell knows where. > * Then you'll loop forever, and even Ctrl+Alt+Backspace doesn't help. > - * xf86WcmReadSerial, WriteSerial, CloseSerial & company already use > SYSCALL() > + * xf86ReadSerial, WriteSerial, CloseSerial & company already use SYSCALL() > * internally; there's no need to duplicate it outside the call. > */ > #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) > -- > 1.6.6
merged, thanks. Cheers, Peter ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
