From patchwork Fri Feb 11 22:25:31 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manoj Iyer X-Patchwork-Id: 550991 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1BMQSel022348 for ; Fri, 11 Feb 2011 22:26:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758324Ab1BKW0H (ORCPT ); Fri, 11 Feb 2011 17:26:07 -0500 Received: from adelie.canonical.com ([91.189.90.139]:53555 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757958Ab1BKWZ4 (ORCPT ); Fri, 11 Feb 2011 17:25:56 -0500 Received: from youngberry.canonical.com ([91.189.89.112]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Po1R5-0006m5-1j; Fri, 11 Feb 2011 22:25:55 +0000 Received: from cpe-72-177-40-4.austin.res.rr.com ([72.177.40.4] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Po1R4-0002NM-Os; Fri, 11 Feb 2011 22:25:55 +0000 From: Manoj Iyer To: linux-kernel@vger.kernel.org Cc: Chris Ball , linux-mmc@vger.kernel.org Subject: [PATCH] mmc: add ricoh e823 pci id Date: Fri, 11 Feb 2011 16:25:31 -0600 Message-Id: <1297463131-3557-2-git-send-email-manoj.iyer@canonical.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1297463131-3557-1-git-send-email-manoj.iyer@canonical.com> References: <1297463131-3557-1-git-send-email-manoj.iyer@canonical.com> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 11 Feb 2011 22:26:29 +0000 (UTC) diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 0dc905b..f7e622c 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c @@ -547,6 +547,14 @@ static const struct pci_device_id pci_ids[] __devinitdata = { }, { + .vendor = PCI_VENDOR_ID_RICOH, + .device = 0xe823, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_ricoh_mmc, + }, + + { .vendor = PCI_VENDOR_ID_ENE, .device = PCI_DEVICE_ID_ENE_CB712_SD, .subvendor = PCI_ANY_ID,