Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[openembedded.git] / recipes / linux / opensimpad / simpad-ts-noninput.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- linux-2.4.27/drivers/misc/ucb1x00-ts.c~simpad-ts-noninput
7 +++ linux-2.4.27/drivers/misc/ucb1x00-ts.c
8 @@ -35,7 +35,7 @@
9  /*
10   * Define this if you want the UCB1x00 stuff to talk to the input layer
11   */
12 -#ifdef CONFIG_INPUT
13 +#if defined(CONFIG_INPUT) && !defined(CONFIG_SA1100_SIMPAD)
14  #define USE_INPUT
15  #else
16  #undef USE_INPUT