/packages/linux/patches/linux-3.1.4-004_lower_undefined_mode_timeout.patch

http://github.com/OpenELEC/OpenELEC.tv · Patch · 24 lines · 20 code · 4 blank · 0 comment · 0 complexity · 2807fd250fc90a791dbaf009828908e7 MD5 · raw file

  1. diff -Naur linux-2.6.23-rc9.orig/arch/i386/boot/tty.c linux-2.6.23-rc9/arch/i386/boot/tty.c
  2. --- linux-2.6.23-rc9.orig/arch/x86/boot/tty.c 2007-10-06 12:26:14.000000000 +0200
  3. +++ linux-2.6.23-rc9/arch/x86/boot/tty.c 2007-10-06 12:37:47.000000000 +0200
  4. @@ -92,7 +92,7 @@
  5. int getchar_timeout(void)
  6. {
  7. - int cnt = 30;
  8. + int cnt = 3;
  9. int t0, t1;
  10. t0 = gettime();
  11. diff -Naur linux-2.6.23-rc9.orig/arch/i386/boot/video.c linux-2.6.23-rc9/arch/i386/boot/video.c
  12. --- linux-2.6.23-rc9.orig/arch/x86/boot/video.c 2007-10-06 12:26:14.000000000 +0200
  13. +++ linux-2.6.23-rc9/arch/x86/boot/video.c 2007-10-06 12:36:05.000000000 +0200
  14. @@ -329,7 +329,7 @@
  15. unsigned int sel;
  16. puts("Press <ENTER> to see video modes available, "
  17. - "<SPACE> to continue, or wait 30 sec\n");
  18. + "<SPACE> to continue, or wait 3 sec\n");
  19. kbd_flush();
  20. while (1) {