* [patch] support for FDC37N769 IRDA chip
@ 2000-12-24 21:44 wtarreau
2000-12-24 21:52 ` Willy Tarreau
0 siblings, 1 reply; 2+ messages in thread
From: wtarreau @ 2000-12-24 21:44 UTC (permalink / raw)
To: dag; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 367 bytes --]
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
[-- Attachment #2: irda-fdc37n769-2.2.18.diff --]
[-- Type: application/octet-stream, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] support for FDC37N769 IRDA chip
2000-12-24 21:44 [patch] support for FDC37N769 IRDA chip wtarreau
@ 2000-12-24 21:52 ` Willy Tarreau
0 siblings, 0 replies; 2+ messages in thread
From: Willy Tarreau @ 2000-12-24 21:52 UTC (permalink / raw)
To: dag, linux-kernel
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 }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-12-24 22:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-24 21:44 [patch] support for FDC37N769 IRDA chip wtarreau
2000-12-24 21:52 ` Willy Tarreau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®