- smc-superio-chip-lpc47n227-not-identified-properly.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     SMC SuperIO Chip LPC47N227 not identified properly
has been removed from the -mm tree.  Its filename was
     smc-superio-chip-lpc47n227-not-identified-properly.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: SMC SuperIO Chip LPC47N227 not identified properly
From: Peter Kovar <peter.kovar@xxxxxxxxx>

SMC SuperIO Chip LPC47N227 used for IrDA is not detected because its device
identification byte is 0x7A instead of 0x5A.

Cc: Jean Delvare <khali@xxxxxxxxxxxx>
Cc: Samuel Ortiz <samuel@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/net/irda/smsc-ircc2.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/net/irda/smsc-ircc2.c~smc-superio-chip-lpc47n227-not-identified-properly drivers/net/irda/smsc-ircc2.c
--- a/drivers/net/irda/smsc-ircc2.c~smc-superio-chip-lpc47n227-not-identified-properly
+++ a/drivers/net/irda/smsc-ircc2.c
@@ -315,6 +315,7 @@ static struct smsc_chip __initdata lpc_c
 {
 	/* 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 }
 };
_

Patches currently in -mm which might be from peter.kovar@xxxxxxxxx are

git-net.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux