OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../linux24-psionw/gcc-3.4-upstream.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- linux-2.4.27/drivers/char/keyboard.c.vanilla 2005-02-01 23:05:43.391427456 +0100
  17. +++ linux-2.4.27/drivers/char/keyboard.c 2005-02-01 23:06:31.297144680 +0100
  18. @@ -419,6 +419,7 @@
  19. }
  20. rep = 0;
  21. out:
  22. + ;
  23. }
  24. /*
  25. --- linux-2.4.27/include/asm-arm/hardware/psionw.h.vanilla 2005-02-01 23:04:22.173774416 +0100
  26. +++ linux-2.4.27/include/asm-arm/hardware/psionw.h 2005-02-01 23:04:28.740776080 +0100
  27. @@ -399,4 +399,4 @@
  28. #define COEOI (0x0a0c) /* Codec end of interrupt, write only */
  29. #define COTEST (0x0a10) /* Codec test register */
  30. -#endif /* __ASM_HARDWARE_PSIONW_H */ \
  31. +#endif /* __ASM_HARDWARE_PSIONW_H */
  32. --- linux-2.4.27/drivers/char/keyboard_psion.c.vanilla 2005-02-01 23:14:21.000000000 +0100
  33. +++ linux-2.4.27/drivers/char/keyboard_psion.c 2005-02-01 23:14:43.000000000 +0100
  34. @@ -54,6 +54,8 @@
  35. "\000" "\000" "\000" "," "\000" " " "\000";
  36. #endif
  37. +void debug_gpio(void);
  38. +
  39. void psion_cleartable(void)
  40. {
  41. int key;