Add preliminary driver for touchscreen. And start of major changes in CyIO

This commit is contained in:
mlt
2010-05-07 19:12:16 +00:00
committed by Godzil
parent a55a73c5d1
commit 73a653c3d6
11 changed files with 1894 additions and 1266 deletions

View File

@@ -734,17 +734,6 @@ static void __init parse_tags(const struct tag *t)
{
for (; t->hdr.size; t = tag_next(t)){
//Qisda, Asaku Chen, 2009/08/17, uboot and kernel version {
if (t->hdr.tag == ATAG_QU_VERSION){
//printk(" qu_version: %s\n", t->u.qu_version.ver);
strcpy(qisda_uboot_proc_banner, t->u.qu_version.ver);
}
if (t->hdr.tag == ATAG_U_VERSION){
//printk(" u_version: %s\n", t->u.u_version.ver);
strcpy(uboot_proc_banner, t->u.u_version.ver);
}
//Qisda, Asaku Chen, 2009/08/17, uboot and kernel version }
if (!parse_tag(t))
printk(KERN_WARNING
"Ignoring unrecognised tag 0x%08x\n",