./2.6.36/wacom_wac.c: In function 'wacom_mt_touch': ./2.6.36/wacom_wac.c: error: 'struct wacom_wac' has no member named 'nuim_contacts_left'
Signed-off-by: Jason Gerecke <jason.gere...@wacom.com> --- 2.6.36/wacom_wac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.6.36/wacom_wac.c b/2.6.36/wacom_wac.c index 749a748..9c153fb 100644 --- a/2.6.36/wacom_wac.c +++ b/2.6.36/wacom_wac.c @@ -938,7 +938,7 @@ static int wacom_mt_touch(struct wacom_wac *wacom) features->num_contacts_left -= contacts_to_send; if (features->num_contacts_left < 0) features->num_contacts_left = 0; - wacom->shared->touch_down = (wacom->num_contacts_left > 0); + wacom->shared->touch_down = (features->num_contacts_left > 0); return 1; } -- 2.3.5 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel