From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759133AbYCGKq0 (ORCPT ); Fri, 7 Mar 2008 05:46:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755038AbYCGKqN (ORCPT ); Fri, 7 Mar 2008 05:46:13 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:60731 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754987AbYCGKqL (ORCPT ); Fri, 7 Mar 2008 05:46:11 -0500 Date: Fri, 7 Mar 2008 02:45:26 -0800 From: Andrew Morton To: Andy Shevchenko Cc: linux-kernel@vger.kernel.org, drzeus-list@drzeus.cx Subject: Re: [PATCH] [SDIO] add vendor and product pair for SQN1130 Message-Id: <20080307024526.17ff6401.akpm@linux-foundation.org> In-Reply-To: <12048773103435-git-send-email-andy@smile.org.ua> References: <12048773103435-git-send-email-andy@smile.org.ua> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.11; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 7 Mar 2008 10:08:30 +0200 Andy Shevchenko wrote: > Add the vendor and product ids for Sequans SQN1130 WiMAX chipset. > --- > include/linux/mmc/sdio_ids.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h > index ea1bf5b..d1b9883 100644 > --- a/include/linux/mmc/sdio_ids.h > +++ b/include/linux/mmc/sdio_ids.h > @@ -26,4 +26,7 @@ > #define SDIO_VENDOR_ID_MARVELL 0x02df > #define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103 > > +#define SDIO_VENDOR_ID_SEQUANS 0x039d > +#define SDIO_DEVICE_ID_SEQUANS_SQN1130 0x046a > + There's no point in adding these unless there's actually some code there which _uses_ them?