thanks for your fast response, but...... I've tried to use the git. openmoko source, but I've got the same issue.
I've made this steps: 1 - git clone git://git.openmoko.org/git/kernel.git linux-2.6 2 - git checkout origin/andy 3 - "make menuconfig" to select kernel option, but I can't find GSM TS 07.10 driver 4 - svn co https://svn.openmoko. org/trunk/src/target/kernel/patches 5 - "quilt push -a" 6 - I've got the same error to patch the kernel 7 - I've applied only TS0710.patch 8 - "make menuconfig" to select kernel option. Now I can find GSM TS 07.10 module and select It like module 9 - make modules I've got this errors: drivers/char/ts0710_mux.c:50:26: error: linux/config.h: No such file or directory In file included from drivers/char/ts0710_mux.c: 90: drivers/char/ts0710.h:61:35: error: linux/devfs_fs_kernel.h: No such file or directory drivers/char/ts0710_mux.c: In function âmux_initâ: drivers/char/ts0710_mux.c:3861: error: implicit declaration of function âts0710_initâ drivers/char/ts0710_mux.c:3895: error: âmux_driverâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3895: error: (Each undeclared identifier is reported only once drivers/char/ts0710_mux.c:3895: error: for each function it appears in.) drivers/char/ts0710_mux.c:3896: error: âmux_ttyâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3912: error: âmux_tableâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3913: error: âmux_termiosâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3914: error: âmux_termios_lockedâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3918: error: âmux_openâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3919: error: âmux_closeâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3920: error: âmux_writeâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3921: error: âmux_write_roomâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3922: error: âmux_flush_bufferâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3923: error: âmux_chars_in_bufferâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3924: error: âmux_throttleâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3925: error: âmux_unthrottleâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3926: error: âmux_ioctlâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3859: warning: unused variable âjâ drivers/char/ts0710_mux.c: In function âmux_exitâ: drivers/char/ts0710_mux.c:3969: error: âmux_driverâ undeclared (first use in this function) drivers/char/ts0710_mux.c:3944: warning: unused variable âjâ make[2]: *** [drivers/char/ts0710_mux.o] Error 1 make[1]: *** [drivers/char] Error 2 make: *** [drivers] Error 2 >---- Messaggio originale---- >Da: [EMAIL PROTECTED] >Data: 29-apr-2008 10.04 AM >A: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED] openmoko.org> >Ogg: Re: Can't patch kernel source > >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Somebody in the thread at some point said: >| I've tried to patch kernel source using patches an quilt, but I've got >| some errors: >| Applying patch patches/s3c2410-qt2410- buttons.patch >| patching file arch/arm/mach-s3c2410/mach-qt2410.c > >Things might go easier if you grab the git tree from here > >~ http: //git.openmoko.org/?p=kernel.git;a=summary > >and try the instructions on that page. > >- -Andy >-----BEGIN PGP SIGNATURE----- >Version: GnuPG v1.4.9 (GNU/Linux) >Comment: Using GnuPG with Fedora - http://enigmail. mozdev.org > >iEYEARECAAYFAkgW1qEACgkQOjLpvpq7dMr6fACfapM8Ws4FTo1P24SxxUjeq32Q >w/wAnjRjOZlRGe8wLWYjYm3AzqObcpwm >=hv7J >-----END PGP SIGNATURE----- >
