2013-03-30 06:27:00

by Shuduo Sang

[permalink] [raw]
Subject: [PATCH] iwlwifi: add new pci id for 6x35 series

some new thinkpad laptops use intel chip with new pci id need be added
lspci -vnn output:
Network controller [0280]: Intel Corporation Centrino Advanced-N 6235
[8086:088f] (rev 24)
Subsystem: Intel Corporation Device [8086:5260]

Signed-off-by: Shuduo Sang <[email protected]>
---
drivers/net/wireless/iwlwifi/pcie/drv.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/iwlwifi/pcie/drv.c
b/drivers/net/wireless/iwlwifi/pcie/drv.c
index 7bc0fb9..d088a1b 100644
--- a/drivers/net/wireless/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/iwlwifi/pcie/drv.c
@@ -243,6 +243,7 @@ static DEFINE_PCI_DEVICE_TABLE(iwl_hw_card_ids) = {
{IWL_PCI_DEVICE(0x088F, 0x4260, iwl6035_2agn_cfg)},
{IWL_PCI_DEVICE(0x088E, 0x4460, iwl6035_2agn_cfg)},
{IWL_PCI_DEVICE(0x088E, 0x4860, iwl6035_2agn_cfg)},
+ {IWL_PCI_DEVICE(0x088F, 0x5260, iwl6035_2agn_cfg)},

/* 105 Series */
{IWL_PCI_DEVICE(0x0894, 0x0022, iwl105_bgn_cfg)},
--
1.7.10.4



2013-03-30 18:42:44

by Grumbach, Emmanuel

[permalink] [raw]
Subject: RE: [Ilw] [PATCH] iwlwifi: add new pci id for 6x35 series

> some new thinkpad laptops use intel chip with new pci id need be added lspci -
> vnn output:
> Network controller [0280]: Intel Corporation Centrino Advanced-N 6235
> [8086:088f] (rev 24)
> Subsystem: Intel Corporation Device [8086:5260]
>

Can you please send the exact laptop models?
I would like to do internal inquiries before we merge this patch.
---------------------------------------------------------------------
A member of the Intel Corporation group of companies

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


2013-04-03 08:52:42

by Emmanuel Grumbach

[permalink] [raw]
Subject: Re: [Ilw] [PATCH] iwlwifi: add new pci id for 6x35 series

On Sat, Mar 30, 2013 at 9:40 PM, Grumbach, Emmanuel
<[email protected]> wrote:
>> some new thinkpad laptops use intel chip with new pci id need be added lspci -
>> vnn output:
>> Network controller [0280]: Intel Corporation Centrino Advanced-N 6235
>> [8086:088f] (rev 24)
>> Subsystem: Intel Corporation Device [8086:5260]
>>
>
> Can you please send the exact laptop models?
> I would like to do internal inquiries before we merge this patch.

Ok - we have checked. We will pick it up. Thanks!