projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b854d0d
)
[IrDA] nsc-ircc: Configuration base address for PC87383
author
Lamarque Vieira Souza
<
[email protected]
>
Thu, 28 Sep 2006 05:48:36 +0000
(22:48 -0700)
committer
David S. Miller
<
[email protected]
>
Fri, 29 Sep 2006 01:02:52 +0000
(18:02 -0700)
According to NatSemi datasheet, the configuration base address for the PC8738x
family is 0x2e or 0x164. 0x0 doesn't appear in any datasheet.
Patch from Lamarque Vieira Souza <
[email protected]
>
Signed-off-by: Samuel Ortiz <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/irda/nsc-ircc.c
patch
|
blob
|
history
diff --git
a/drivers/net/irda/nsc-ircc.c
b/drivers/net/irda/nsc-ircc.c
index cb62f2a9676aeb7d46395c162aed054939f93de5..7185a4ee3c1e4bf6070840964c93355bcdcad7c7 100644
(file)
--- a/
drivers/net/irda/nsc-ircc.c
+++ b/
drivers/net/irda/nsc-ircc.c
@@
-110,7
+110,7
@@
static nsc_chip_t chips[] = {
{ "PC87338", { 0x398, 0x15c, 0x2e }, 0x08, 0xb0, 0xf8,
nsc_ircc_probe_338, nsc_ircc_init_338 },
/* Contributed by Steffen Pingel - IBM X40 */
- { "PC8738x", { 0x164e, 0x4e, 0x
0
}, 0x20, 0xf4, 0xff,
+ { "PC8738x", { 0x164e, 0x4e, 0x
2e
}, 0x20, 0xf4, 0xff,
nsc_ircc_probe_39x, nsc_ircc_init_39x },
/* Contributed by Jan Frey - IBM A30/A31 */
{ "PC8739x", { 0x2e, 0x4e, 0x0 }, 0x20, 0xea, 0xff,