Commit b604c400 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Fix AladdinCard entry in parport_pc

From: Christian Groessler <cpg@aladdin.de>

Our AladdinCard also uses the oxsemi_840 chips and locks up when ecp mode
is enabled.
parent 4d103436
...@@ -2699,7 +2699,7 @@ static struct parport_pc_pci { ...@@ -2699,7 +2699,7 @@ static struct parport_pc_pci {
* and 840 locks up if you write 1 to bit 2! */ * and 840 locks up if you write 1 to bit 2! */
/* oxsemi_954 */ { 1, { { 0, -1 }, } }, /* oxsemi_954 */ { 1, { { 0, -1 }, } },
/* oxsemi_840 */ { 1, { { 0, -1 }, } }, /* oxsemi_840 */ { 1, { { 0, -1 }, } },
/* aks_0100 */ { 1, { { 0, 1 }, } }, /* aks_0100 */ { 1, { { 0, -1 }, } },
/* mobility_pp */ { 1, { { 0, 1 }, } }, /* mobility_pp */ { 1, { { 0, 1 }, } },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment