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.

52 lines
2.1 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../slmodem/linux-2.6.17.patch
  5. # Copyright (C) 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. # --- T2-COPYRIGHT-NOTE-END ---
  16. diff -Nur slmodem-2.9.11-20051101-orig/drivers/amrmo_init.c slmodem-2.9.11-20051101/drivers/amrmo_init.c
  17. --- slmodem-2.9.11-20051101-orig/drivers/amrmo_init.c 2005-10-09 21:14:13.000000000 +0000
  18. +++ slmodem-2.9.11-20051101/drivers/amrmo_init.c 2006-07-01 16:42:53.000000000 +0000
  19. @@ -701,7 +701,7 @@
  20. * module stuff
  21. */
  22. -MODULE_PARM(debug,"i");
  23. +module_param(debug,bool,0);
  24. MODULE_PARM_DESC(debug,"debug level: 0-3 (default=0)");
  25. MODULE_AUTHOR("Smart Link Ltd.");
  26. diff -Nur slmodem-2.9.11-20051101-orig/drivers/old_st7554.c slmodem-2.9.11-20051101/drivers/old_st7554.c
  27. --- slmodem-2.9.11-20051101-orig/drivers/old_st7554.c 2004-09-14 15:44:14.000000000 +0000
  28. +++ slmodem-2.9.11-20051101/drivers/old_st7554.c 2006-07-01 16:43:46.000000000 +0000
  29. @@ -74,7 +74,7 @@
  30. #define MY_MAJOR 243
  31. static int debug = 0;
  32. -MODULE_PARM(debug,"i");
  33. +module_param(debug,bool,0);
  34. MODULE_PARM_DESC(debug,"Debug level: 0-3 (default=0)");
  35. /* st7554 IDs */
  36. diff -Nur slmodem-2.9.11-20051101-orig/drivers/st7554.c slmodem-2.9.11-20051101/drivers/st7554.c
  37. --- slmodem-2.9.11-20051101-orig/drivers/st7554.c 2005-11-01 15:31:45.000000000 +0000
  38. +++ slmodem-2.9.11-20051101/drivers/st7554.c 2006-07-01 16:43:26.000000000 +0000
  39. @@ -76,7 +76,7 @@
  40. #define USB_DBG_URB(fmt...) // USB_DBG(fmt)
  41. static int debug = 0;
  42. -MODULE_PARM(debug,"i");
  43. +module_param(debug,bool,0);
  44. MODULE_PARM_DESC(debug,"Debug level: 0-3 (default=0)");
  45. /* st7554 IDs */