]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/opensimpad/simpad-ts-noninput.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / 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