diff options
-rw-r--r-- | drivers/net/irda/nsc-ircc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/nsc-ircc.c b/drivers/net/irda/nsc-ircc.c index cb62f2a9676a..7185a4ee3c1e 100644 --- a/drivers/net/irda/nsc-ircc.c +++ b/drivers/net/irda/nsc-ircc.c | |||
@@ -110,7 +110,7 @@ static nsc_chip_t chips[] = { | |||
110 | { "PC87338", { 0x398, 0x15c, 0x2e }, 0x08, 0xb0, 0xf8, | 110 | { "PC87338", { 0x398, 0x15c, 0x2e }, 0x08, 0xb0, 0xf8, |
111 | nsc_ircc_probe_338, nsc_ircc_init_338 }, | 111 | nsc_ircc_probe_338, nsc_ircc_init_338 }, |
112 | /* Contributed by Steffen Pingel - IBM X40 */ | 112 | /* Contributed by Steffen Pingel - IBM X40 */ |
113 | { "PC8738x", { 0x164e, 0x4e, 0x0 }, 0x20, 0xf4, 0xff, | 113 | { "PC8738x", { 0x164e, 0x4e, 0x2e }, 0x20, 0xf4, 0xff, |
114 | nsc_ircc_probe_39x, nsc_ircc_init_39x }, | 114 | nsc_ircc_probe_39x, nsc_ircc_init_39x }, |
115 | /* Contributed by Jan Frey - IBM A30/A31 */ | 115 | /* Contributed by Jan Frey - IBM A30/A31 */ |
116 | { "PC8739x", { 0x2e, 0x4e, 0x0 }, 0x20, 0xea, 0xff, | 116 | { "PC8739x", { 0x2e, 0x4e, 0x0 }, 0x20, 0xea, 0xff, |