From patchwork Mon Aug 24 21:34:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Winkler, Tomas" X-Patchwork-Id: 31996 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id C1419B7B5C for ; Tue, 25 Aug 2009 07:34:34 +1000 (EST) Received: by ozlabs.org (Postfix) id B4CE9DDD0B; Tue, 25 Aug 2009 07:34:34 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 4AB15DDD01 for ; Tue, 25 Aug 2009 07:34:34 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753489AbZHXVeV (ORCPT ); Mon, 24 Aug 2009 17:34:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753364AbZHXVeU (ORCPT ); Mon, 24 Aug 2009 17:34:20 -0400 Received: from mga11.intel.com ([192.55.52.93]:55887 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753267AbZHXVeU (ORCPT ); Mon, 24 Aug 2009 17:34:20 -0400 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 24 Aug 2009 14:23:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.44,267,1249282800"; d="scan'208";a="720196412" Received: from jrlmcp01.jer.intel.com (HELO localhost.localdomain) ([10.12.85.15]) by fmsmga001.fm.intel.com with ESMTP; 24 Aug 2009 14:37:26 -0700 From: Tomas Winkler To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org, Tomas Winkler Subject: [PATCH 1/1] iwmc3200: add more SDIO device ids Date: Tue, 25 Aug 2009 00:34:19 +0300 Message-Id: <1251149659-32212-1-git-send-email-tomas.winkler@intel.com> X-Mailer: git-send-email 1.6.0.6 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org add WiFi BGN SKU and WiMAX 2.4GHz SKU device ids Cc:inaky.perez-gonzalez@intel.com Cc:cindy.h.kao@intel.com Cc:yi.zhu@intel.com Signed-off-by: Tomas Winkler --- include/linux/mmc/sdio_ids.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index 2dbfb5a..addd456 100644 --- a/include/linux/mmc/sdio_ids.h +++ b/include/linux/mmc/sdio_ids.h @@ -28,6 +28,8 @@ #define SDIO_DEVICE_ID_INTEL_IWMC3200TOP 0x1404 #define SDIO_DEVICE_ID_INTEL_IWMC3200GPS 0x1405 #define SDIO_DEVICE_ID_INTEL_IWMC3200BT 0x1406 +#define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_24 0x1407 +#define SDIO_DEVICE_ID_INTEL_IWMC3200WIFI_BGN 0x1408 #define SDIO_VENDOR_ID_MARVELL 0x02df #define SDIO_DEVICE_ID_MARVELL_LIBERTAS 0x9103