The patch titled com20020_cs: more device support has been removed from the -mm tree. Its filename is com20020_cs-more-device-support.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: com20020_cs: more device support From: Marc Sowen <Marc.Sowen@xxxxxxxxxx> Enable the com20020_cs arcnet driver to see the SoHard (now Mercury Computer Systems Inc.) SH ARC-PCMCIA card. Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/pcmcia/com20020_cs.c | 5 ++++- pcmcia/vx/vxpocket.c | 0 2 files changed, 4 insertions(+), 1 deletion(-) diff -puN drivers/net/pcmcia/com20020_cs.c~com20020_cs-more-device-support drivers/net/pcmcia/com20020_cs.c --- a/drivers/net/pcmcia/com20020_cs.c~com20020_cs-more-device-support +++ a/drivers/net/pcmcia/com20020_cs.c @@ -374,7 +374,10 @@ static int com20020_resume(struct pcmcia } static struct pcmcia_device_id com20020_ids[] = { - PCMCIA_DEVICE_PROD_ID12("Contemporary Control Systems, Inc.", "PCM20 Arcnet Adapter", 0x59991666, 0x95dfffaf), + PCMCIA_DEVICE_PROD_ID12("Contemporary Control Systems, Inc.", + "PCM20 Arcnet Adapter", 0x59991666, 0x95dfffaf), + PCMCIA_DEVICE_PROD_ID12("SoHard AG", + "SH ARC PCMCIA", 0xf8991729, 0x69dff0c7), PCMCIA_DEVICE_NULL }; MODULE_DEVICE_TABLE(pcmcia, com20020_ids); diff -puN sound/pcmcia/vx/vxpocket.c~com20020_cs-more-device-support sound/pcmcia/vx/vxpocket.c _ Patches currently in -mm which might be from Marc.Sowen@xxxxxxxxxx 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