Add preliminary driver for touchscreen. And start of major changes in CyIO
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user