Re: [patch 2/2] Touchscreen support for sharp sl-5500

2005-07-23 Thread Pavel Machek
Hi! > > This adds support for touchscreen on Sharp Zaurus sl-5500. Vojtech, > > please apply, > > I have couple more commnets... Sorry, I never really worked with kthreads. Applied all those, > > +static int ucb1x00_ts_open(struct input_dev *idev) > > +{ > > + struct ucb1x00_ts *ts =

Re: [patch 2/2] Touchscreen support for sharp sl-5500

2005-07-23 Thread Pavel Machek
This adds support for touchscreen on Sharp Zaurus sl-5500. Please apply, Pavel Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig ---

Re: [patch 2/2] Touchscreen support for sharp sl-5500

2005-07-23 Thread Pavel Machek
This adds support for touchscreen on Sharp Zaurus sl-5500. Please apply, Pavel Signed-off-by: Pavel Machek [EMAIL PROTECTED] diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig ---

Re: [patch 2/2] Touchscreen support for sharp sl-5500

2005-07-23 Thread Pavel Machek
Hi! This adds support for touchscreen on Sharp Zaurus sl-5500. Vojtech, please apply, I have couple more commnets... Sorry, I never really worked with kthreads. Applied all those, +static int ucb1x00_ts_open(struct input_dev *idev) +{ + struct ucb1x00_ts *ts = (struct ucb1x00_ts

Re: [patch 2/2] Touchscreen support for sharp sl-5500

2005-07-22 Thread Dmitry Torokhov
On Friday 22 July 2005 19:28, Pavel Machek wrote: > This adds support for touchscreen on Sharp Zaurus sl-5500. Vojtech, > please apply, I have couple more commnets... > +static int ucb1x00_thread(void *_ts) > +{ > + struct ucb1x00_ts *ts = _ts; > + struct task_struct *tsk = current; > +

[patch 2/2] Touchscreen support for sharp sl-5500

2005-07-22 Thread Pavel Machek
This adds support for touchscreen on Sharp Zaurus sl-5500. Vojtech, please apply, Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@

[patch 2/2] Touchscreen support for sharp sl-5500

2005-07-22 Thread Pavel Machek
This adds support for touchscreen on Sharp Zaurus sl-5500. Vojtech, please apply, Signed-off-by: Pavel Machek [EMAIL PROTECTED] diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@

Re: [patch 2/2] Touchscreen support for sharp sl-5500

2005-07-22 Thread Dmitry Torokhov
On Friday 22 July 2005 19:28, Pavel Machek wrote: This adds support for touchscreen on Sharp Zaurus sl-5500. Vojtech, please apply, I have couple more commnets... +static int ucb1x00_thread(void *_ts) +{ + struct ucb1x00_ts *ts = _ts; + struct task_struct *tsk = current; + int