projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d53056
)
sparc64: Add missing ID to parport probing code.
author
David S. Miller
<davem@davemloft.net>
Thu, 5 Aug 2010 00:30:21 +0000
(17:30 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 9 Aug 2010 05:07:22 +0000
(22:07 -0700)
SunBlade-2500 has 'parallel' device node with compatible
property "pnpALI,1533,3" so add that to the ID table.
Reported-by: Mikael Pettersson <mikpe@it.uu.se>
Tested-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/parport.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/include/asm/parport.h
b/arch/sparc/include/asm/parport.h
index 4f7afa01b2aeb0e3c15dfac8de1308bdcd5f5b77..aa4c82648d881d610e9c171523ceb2a9ea14db81 100644
(file)
--- a/
arch/sparc/include/asm/parport.h
+++ b/
arch/sparc/include/asm/parport.h
@@
-228,6
+228,10
@@
static const struct of_device_id ecpp_match[] = {
.name = "parallel",
.compatible = "ns87317-ecpp",
},
+ {
+ .name = "parallel",
+ .compatible = "pnpALI,1533,3",
+ },
{},
};