I don't think any of those routines are used outside of wacom_drv.so. The ones that called from outside are defined in struct WacomModule, which can be found in xf86Wacom.h and xf86Wacom.c.
Plus, I trust your judgement on external functions more than I trust myself. Ping 2009/12/22 Peter Hutterer <[email protected]>: > On Tue, Dec 22, 2009 at 09:37:53PM +0000, Przemysław Firszt wrote: >> Hi, >> Rename some of xf86Wcm* functions to wcm*. The patch is quite big {git >> rebase works, thanks Peter :-) }, so if you prefer 9 separate give me a >> shout. > > thanks, merged but I'll wait for Ping's OK before pushing. Just in case > there's some that should stay on xf86 instead. I take it all these ones are > internal functions only? > > fwiw, the size of the patch doesn't matter if it's easy enough to review > (and simple word replacements are just that). Also, 69 * 2 lines changed > aren't that huge a diff ;) > > Cheers, > Peter > >> From 3b2fd05fa6e08b16936e1a40561a54ce5c46b6fb Mon Sep 17 00:00:00 2001 >> From: Przemo Firszt <[email protected]> >> Date: Tue, 22 Dec 2009 19:49:54 +0000 >> Subject: [PATCH] Rename xf86Wcm* to wcm* >> >> Rename xf86WcmFilterCoord to WcmFilterCoord >> >> Rename xf86WcmSetPressureCurve to wcmSetPressureCurve >> >> Rename xf86WcmFilterIntuos to wcmFilterIntuos >> >> Rename xf86WcmSerialValidate to wcmSerialValidate >> >> Rename xf86WcmWaitForTablet to wcmWaitForTablet >> >> Rename xf86WcmWriteWait to wcmWriteWait >> >> Rename xf86WcmWait to wcmWait >> >> Rename xf86WcmReadPacket to wcmReadPacket >> >> Rename xf86WcmEvent* to wcmEvent* >> >> Signed-off-by: Przemo Firszt <[email protected]> ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
