The patch titled serial: add SupraExpress 336i PnP Voice Modem has been removed from the -mm tree. Its filename was serial-add-supraexpress-336i-pnp-voice-modem.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: serial: add SupraExpress 336i PnP Voice Modem From: Daniel Gagnon <daniel.gagnon@xxxxxxxxx> Add SupraExpress 336i PnP Voice Modem Tested and working with the following device: (output from lspnp -v) 01:01.00 SUP1381 (unknown) state = active io 0x2f8-0x2ff irq 3 Signed-off-by: Daniel Gagnon <daniel.gagnon <at> yahoo.com> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/8250_pnp.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/serial/8250_pnp.c~serial-add-supraexpress-336i-pnp-voice-modem drivers/serial/8250_pnp.c --- a/drivers/serial/8250_pnp.c~serial-add-supraexpress-336i-pnp-voice-modem +++ a/drivers/serial/8250_pnp.c @@ -270,6 +270,8 @@ static const struct pnp_device_id pnp_de { "RSS0250", 0 }, /* SupraExpress 28.8 Data/Fax PnP modem */ { "SUP1310", 0 }, + /* SupraExpress 336i PnP Voice Modem */ + { "SUP1381", 0 }, /* SupraExpress 33.6 Data/Fax PnP modem */ { "SUP1421", 0 }, /* SupraExpress 33.6 Data/Fax PnP modem */ _ Patches currently in -mm which might be from daniel.gagnon@xxxxxxxxx are origin.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