[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] [PATCH]Fix typo in USB module loader sources



Please commit this patch to fix a typo in my last changes.

Comment:
Fix a typo introduced in the last changes in the USB module loader.
Index: sys/usb/src.km/loader/loader.c
===================================================================
RCS file: /mint/freemint/sys/usb/src.km/loader/loader.c,v
retrieving revision 1.2
diff -u -8 -r1.2 loader.c
--- sys/usb/src.km/loader/loader.c	28 Nov 2011 09:32:41 -0000	1.2
+++ sys/usb/src.km/loader/loader.c	1 Dec 2011 09:26:33 -0000
@@ -185,17 +185,17 @@
 			my_strlcat(path, "/", sizeof(path));
 		}
 		else
 			name = argv[1];
 	}
 	else
 	{
 #ifdef __mcoldfire__
-		name = "xaaesv4e.km";
+		name = "usbv4e.km";
 #else
 		long cpu;
 
 		name = DEFAULT;
 
 		/* if the system have a 68000 CPU we use the 68000 compiled
 		 * module
 		 */