[PATCH] : ir257_nsc_ob6100.diff

From: Jean Tourrilhes (jt@bougret.hpl.hp.com)
Date: Tue Apr 02 2002 - 21:24:54 EST


ir257_nsc_ob6100.diff :
---------------------
        <Following patch from Kevin Thayer>
        o [FEATURE] Handle what is probably a new variant of NSC chip

diff -u -p linux/drivers/net/irda/nsc-ircc.d5.c linux/drivers/net/irda/nsc-ircc.c
--- linux/drivers/net/irda/nsc-ircc.d5.c Thu Mar 21 15:28:16 2002
+++ linux/drivers/net/irda/nsc-ircc.c Thu Mar 21 15:39:22 2002
@@ -88,10 +88,14 @@ static int nsc_ircc_init_338(nsc_chip_t
 
 /* These are the known NSC chips */
 static nsc_chip_t chips[] = {
+/* Name, {cfg registers}, chip id index reg, chip id expected value, revision mask */
         { "PC87108", { 0x150, 0x398, 0xea }, 0x05, 0x10, 0xf0,
           nsc_ircc_probe_108, nsc_ircc_init_108 },
         { "PC87338", { 0x398, 0x15c, 0x2e }, 0x08, 0xb0, 0xf8,
           nsc_ircc_probe_338, nsc_ircc_init_338 },
+ /* Contributed by Kevin Thayer - OmniBook 6100 */
+ { "PC87338?", { 0x2e, 0x15c, 0x398 }, 0x08, 0x00, 0xf8,
+ nsc_ircc_probe_338, nsc_ircc_init_338 },
         { NULL }
 };
 
@@ -697,6 +701,9 @@ static int nsc_ircc_setup(chipio_t *info
         /* Read the Module ID */
         switch_bank(iobase, BANK3);
         version = inb(iobase+MID);
+
+ IRDA_DEBUG(2, __FUNCTION__ "() Driver %s Found chip version %02x\n",
+ driver_name, version);
 
         /* Should be 0x2? */
         if (0x20 != (version & 0xf0)) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 07 2002 - 22:00:10 EST