[PATCH aiptek 15/18] Drop close_proc, conversion_proc, reverse_conversion_proc

Peter Hutterer peter.hutterer at who-t.net
Wed Dec 1 19:20:07 PST 2010


On Wed, Dec 01, 2010 at 10:15:49PM -0500, Trevor Woerner wrote:
> In this patch you remove the reference to xf86AiptekClose, but I don't
> think that function is removed in this patch.

xf86AiptekClose() is called directly during DEVICE_OFF and DEVICE_CLOSE, see
xf86AiptekProc().

Cheers,
  Peter

> 
> On Wed, Dec 1, 2010 at 9:13 PM, Peter Hutterer <peter.hutterer at who-t.net> wrote:
> >  /**********************************************************************
> >  * xf86AiptekSendEvents
> >  *  Send events according to the device state.
> > @@ -1799,10 +1672,7 @@ xf86AiptekAllocate(char* name,
> >     pInfo->device_control =             xf86AiptekProc;
> >     pInfo->read_input =                 xf86AiptekHIDReadInput;
> >     pInfo->control_proc =               xf86AiptekChangeControl;
> > -    pInfo->close_proc =                 xf86AiptekClose;
> >     pInfo->switch_mode =                xf86AiptekSwitchMode;
> > -    pInfo->conversion_proc =            xf86AiptekConvert;
> > -    pInfo->reverse_conversion_proc =    xf86AiptekReverseConvert;
> 


More information about the xorg-devel mailing list