Re: [patch 2.6.20-rc1 6/6] input: ads7846 directly senses PENUP state

From: Nicolas Ferre
Date: Thu Jan 04 2007 - 08:53:52 EST


David Brownell a écrit :
On Thursday 28 December 2006 10:22 pm, Dmitry Torokhov wrote:
I appied all patches except for hwmon as it had some issues with CONFIG_HWMON
handling. Could you please take a look at the patch below and tell me if it
works for you?

Looked OK, except:

+#if defined(CONFIG_HWMON) || (defined(MODULE) && defined(CONFIG_HWMON_MODULE))

That idiom is more usually written

#if defined(CONFIG_HWMON) || defined(CONFIG_HWMON_MODULE)

Thanks! I'll be glad to see fewer versions of this driver floating around.
And to see the next version of the ads7843 patches ... :)

Hi, I am back on this task... I hope I will have a working patchset soon.

I face an issue using the hrtimer instead of the old timer framework (your patch #4/6). It seems that I do not sample at a sufficient rate using hrtimer : I see squares when drawing circles ;-)

Do you know if the hrtimer framework has an issue on at91 or do I have to code something to have a low res timer support in the hrtimer framework ?

Cheers,
--
Nicolas Ferre


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/