From patchwork Tue Jan 11 11:55:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ken Kawasaki X-Patchwork-Id: 78352 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id AB0FEB6F2B for ; Tue, 11 Jan 2011 22:57:25 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755758Ab1AKL5V (ORCPT ); Tue, 11 Jan 2011 06:57:21 -0500 Received: from userg507.nifty.com ([202.248.238.87]:7158 "EHLO userg507.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755634Ab1AKL5U (ORCPT ); Tue, 11 Jan 2011 06:57:20 -0500 Received: from localhost.localdomain (eaoska169165.adsl.ppp.infoweb.ne.jp [219.116.18.165])by userg507.nifty.com with SMTP id p0BBvARw021745 for ; Tue, 11 Jan 2011 20:57:10 +0900 X-Nifty-SrcIP: [219.116.18.165] Date: Tue, 11 Jan 2011 20:55:58 +0900 From: Ken Kawasaki To: netdev@vger.kernel.org Subject: [PATCH kernel 2.6.37] pcnet_cs: add new_id Message-Id: <20110111205558.98fcab01.ken_kawasaki@spring.nifty.jp> In-Reply-To: <20101030071751.63611ede.ken_kawasaki@spring.nifty.jp> References: <20090405094907.5f6a5fea.ken_kawasaki@spring.nifty.jp> <20090419084444.4ee7ddee.ken_kawasaki@spring.nifty.jp> <20090426162929.3d036f26.ken_kawasaki@spring.nifty.jp> <20090913172257.6c1976ec.ken_kawasaki@spring.nifty.jp> <20091004073257.52a6624b.ken_kawasaki@spring.nifty.jp> <20091221205849.dae4e929.ken_kawasaki@spring.nifty.jp> <20091223171004.77316fa5.ken_kawasaki@spring.nifty.jp> <20100123065625.db751a12.ken_kawasaki@spring.nifty.jp> <20100228083420.9ca8e285.ken_kawasaki@spring.nifty.jp> <20100612191728.2d272cc1.ken_kawasaki@spring.nifty.jp> <20100620102427.77d2c7d3.ken_kawasaki@spring.nifty.jp> <20100706202243.95319ab4.ken_kawasaki@spring.nifty.jp> <20100710201813.a3e5c79c.ken_kawasaki@spring.nifty.jp> <20100829074501.946ebcb8.ken_kawasaki@spring.nifty.jp> <20101030071751.63611ede.ken_kawasaki@spring.nifty.jp> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.11; i386-redhat-linux-gnu) Mime-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org pcnet_cs: add another ID of "corega Ether CF-TD" 10Base-T PCMCIA card. Signed-off-by: Ken Kawasaki --- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-2.6.37-stock/drivers/net/pcmcia/pcnet_cs.c.orig 2011-01-10 09:42:52.944029984 +0900 +++ linux-2.6.37-stock/drivers/net/pcmcia/pcnet_cs.c 2011-01-10 09:45:40.493029972 +0900 @@ -1536,6 +1536,7 @@ static struct pcmcia_device_id pcnet_ids PCMCIA_DEVICE_PROD_ID12("CONTEC", "C-NET(PC)C-10L", 0x21cab552, 0xf6f90722), PCMCIA_DEVICE_PROD_ID12("corega", "FEther PCC-TXF", 0x0a21501a, 0xa51564a2), PCMCIA_DEVICE_PROD_ID12("corega", "Ether CF-TD", 0x0a21501a, 0x6589340a), + PCMCIA_DEVICE_PROD_ID12("corega K.K.", "corega Ether CF-TD LAN Card", 0x5261440f, 0x8797663b), PCMCIA_DEVICE_PROD_ID12("corega K.K.", "corega EtherII PCC-T", 0x5261440f, 0xfa9d85bd), PCMCIA_DEVICE_PROD_ID12("corega K.K.", "corega EtherII PCC-TD", 0x5261440f, 0xc49bd73d), PCMCIA_DEVICE_PROD_ID12("Corega K.K.", "corega EtherII PCC-TD", 0xd4fdcbd8, 0xc49bd73d),