2000-12-24 22:15:17

by Willy Tarreau

[permalink] [raw]
Subject: [patch] support for FDC37N769 IRDA chip

Hello Dag,

I discovered that my notebook supported FIR, but I didn't know the chip (and it
was not documented). So I disassembled it completely and found an SMC FDC37N769
inside. It's now correctly detected with the following trivial patch against
kernel 2.2.18 (the same entry should be added to findchip).

Merry Christmas to you and all the folks on LKML,
Willy


Attachments:
irda-fdc37n769-2.2.18.diff (0.00 B)

2000-12-24 22:23:22

by Willy Tarreau

[permalink] [raw]
Subject: Re: [patch] support for FDC37N769 IRDA chip

Grrrr !
For Christmas, I'd like to get a new mailer which doesn't eat my patches :-)
here it is again, after cut'n'paste. Please apply by hand or "patch -l".

Cheers,
Willy

--- linux-2.2.18/drivers/net/irda/smc-ircc.c Sat Jun 24 14:57:49 2000
+++ linux/drivers/net/irda/smc-ircc.c Sun Dec 24 21:30:17 2000
@@ -98,6 +98,7 @@
static smc_chip_t chips[] =
{
{ "FDC37C669", 0x55, 0x55, 0x0d, 0x04, ircc_probe_69 },
+ { "FDC37N769", 0x55, 0x55, 0x0d, 0x28, ircc_probe_69 },
{ "FDC37N869", 0x55, 0x00, 0x0d, 0x29, ircc_probe_69 },
{ "FDC37N958", 0x55, 0x55, 0x20, 0x09, ircc_probe_58 },
{ NULL }