The patch titled Add manufacturer and card id of teltonica pcmcia modems has been removed from the -mm tree. Its filename was add-manufacturer-and-card-id-of-teltonica-pcmcia-modems.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Add manufacturer and card id of teltonica pcmcia modems From: Attila Kinali <attila@xxxxxxxxx> Add the manufacturer and card id of teltonica pcmcia modems to serial_cs.c Signed-off-by: Attila Kinali <attila@xxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/serial_cs.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/serial/serial_cs.c~add-manufacturer-and-card-id-of-teltonica-pcmcia-modems drivers/serial/serial_cs.c --- a/drivers/serial/serial_cs.c~add-manufacturer-and-card-id-of-teltonica-pcmcia-modems +++ a/drivers/serial/serial_cs.c @@ -943,6 +943,7 @@ static struct pcmcia_device_id serial_id PCMCIA_MFC_DEVICE_PROD_ID12(1,"Elan","Serial Port: SL432",0x3beb8cf2,0x1cce7ac4), PCMCIA_MFC_DEVICE_PROD_ID12(2,"Elan","Serial Port: SL432",0x3beb8cf2,0x1cce7ac4), PCMCIA_MFC_DEVICE_PROD_ID12(3,"Elan","Serial Port: SL432",0x3beb8cf2,0x1cce7ac4), + PCMCIA_DEVICE_MANF_CARD(0x0279, 0x950b), /* too generic */ /* PCMCIA_MFC_DEVICE_MANF_CARD(0, 0x0160, 0x0002), */ /* PCMCIA_MFC_DEVICE_MANF_CARD(1, 0x0160, 0x0002), */ _ Patches currently in -mm which might be from attila@xxxxxxxxx are - 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