Re: [PATCH 1/6] Core driver for WM97xx touchscreens

2008-02-12 Thread Pete MacKay
> This patch series adds support for the touchscreen controllers provided > by Wolfson Microelectronics WM97xx series chips in both polled and > streaming modes. We're using the wm9712 codec with the sound/soc/pxa code configured in and came across this build error: In file included from include/

Re: [PATCH] Core driver for WM97xx touchscreens

2008-02-11 Thread Pete MacKay
In wm97xx-core.c, should > +int wm97xx_resume(struct device *dev) be static? Also, should > + if (wm->ts_use_count) { have been changed to > + if (wm->input_dev->users) { in this revised revision? (Oops, that was repetitively redundant. :) -- To unsubscribe from th