对技术执着
分类: LINUX
2015-07-08 17:47:12
system_serial_high, system_serial_low);
--- a/alps/system/core/init/util.c
+++ b/alps/system/core/init/util.c
@@ -388,6 +388,9 @@ void get_hardware_name(char *hardware, unsigned int *revision)
x++;
if (n == 31) break;
}
+ strcpy(hardware, "mt6577");
hardware[n] = 0;
}
}