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.hutte...@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;
> 
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to