[Kernelloader-cvs] kernelloader/patches linux-2.4.17_ps2-all_fat_and_slim.patch, 1.4, 1.5
Run Linux on the Playstation 2
Brought to you by:
kloader
From: Mega M. <kl...@us...> - 2012-02-05 00:35:06
|
Update of /cvsroot/kernelloader/kernelloader/patches In directory vz-cvs-3.sog:/tmp/cvs-serv13328/patches Modified Files: linux-2.4.17_ps2-all_fat_and_slim.patch Log Message: Added description. There seems to be a bug in the handling of the power button. A fix need to be generated and tested. Index: linux-2.4.17_ps2-all_fat_and_slim.patch =================================================================== RCS file: /cvsroot/kernelloader/kernelloader/patches/linux-2.4.17_ps2-all_fat_and_slim.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** linux-2.4.17_ps2-all_fat_and_slim.patch 18 Sep 2011 22:15:17 -0000 1.4 --- linux-2.4.17_ps2-all_fat_and_slim.patch 5 Feb 2012 00:35:01 -0000 1.5 *************** *** 1,2 **** --- 1,4 ---- + This patch includes all patches needed for linux-2.4.17_ps2. + TBD: The function ps2_powerbutton_enable_auto_shutoff() seems to confuse parameters for receive and send. Maybe power button will not work correctly. diff -urp linux-2.4.17_ps2.orig/arch/mips/kernel/irq.c linux-2.4.17_ps2.fat_and_slim/arch/mips/kernel/irq.c --- linux-2.4.17_ps2.orig/arch/mips/kernel/irq.c 2002-03-04 11:31:35.000000000 +0100 |