dslinux/user/fwver fwver.c

pepsiman dslinux_pepsiman at user.in-berlin.de
Sat Jul 1 13:49:50 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/fwver
In directory antilope:/tmp/cvs-serv29430

Modified Files:
	fwver.c 
Log Message:
Add another firmware version

Index: fwver.c
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/fwver/fwver.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fwver.c	18 Mar 2006 21:23:46 -0000	1.6
+++ fwver.c	1 Jul 2006 11:49:48 -0000	1.7
@@ -117,6 +117,10 @@
             printf("DS Lite firmware detected.  It is safe to run online games.\n");
             version = -1 ;
             break ;
+        case 0x0f1f:
+            printf("DS Lite firmware v2(?) detected.  It is safe to run online games.\n");
+            version = -1 ;
+            break ;
     }
 
     if ( version > 0 )




More information about the dslinux-commit mailing list