]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IrDA]: SMC SuperIO Chip LPC47N227 not identified properly
authorPeter Kovar <peter.kovar@gmail.com>
Sat, 17 Mar 2007 03:39:25 +0000 (20:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:26:25 +0000 (22:26 -0700)
SMC SuperIO Chip LPC47N227 used for IrDA is not detected because its device
identification byte can be 0x7A instead of 0x5A.

Patch from Peter Kovar <peter.kovar@gmail.com>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/irda/smsc-ircc2.c

index 103a2d18ed2f9c3db0132b97a0e26630f72d47da..e8453868d741044ceb6447d1dfe82d721bdb8a0e 100644 (file)
@@ -315,6 +315,7 @@ static struct smsc_chip __initdata lpc_chips_flat[] =
 {
        /* Base address 0x2E or 0x4E */
        { "47N227",     KEY55_1|FIR|SERx4,      0x5a, 0x00 },
+       { "47N227",     KEY55_1|FIR|SERx4,      0x7a, 0x00 },
        { "47N267",     KEY55_1|FIR|SERx4,      0x5e, 0x00 },
        { NULL }
 };