The patch titled SMC SuperIO Chip LPC47N227 not identified properly has been added to the -mm tree. Its filename is smc-superio-chip-lpc47n227-not-identified-properly.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 smc-superio-chip-lpc47n227-not-identified-properly.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