Takashi Iwai 661261
From 2f32c147a3816d789722c0bd242a9431332ec3ed Mon Sep 17 00:00:00 2001
Takashi Iwai 661261
From: "Justin M. Forbes" <jforbes@fedoraproject.org>
Takashi Iwai 661261
Date: Fri, 2 Jul 2021 17:31:53 -0500
Takashi Iwai 661261
Subject: [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
Takashi Iwai 661261
Git-commit: 2f32c147a3816d789722c0bd242a9431332ec3ed
Takashi Iwai 661261
Patch-mainline: v5.15-rc1
Takashi Iwai 661261
References: git-fixes
Takashi Iwai 661261
Takashi Iwai 661261
The Samsung Galaxy Book Flex2 Alpha uses an ax201 with the ID a0f0/6074.
Takashi Iwai 661261
This works fine with the existing driver once it knows to claim it.
Takashi Iwai 661261
Simple patch to add the device.
Takashi Iwai 661261
Takashi Iwai 661261
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Takashi Iwai 661261
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Takashi Iwai 661261
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Takashi Iwai 661261
Link: https://lore.kernel.org/r/20210702223155.1981510-1-jforbes@fedoraproject.org
Takashi Iwai 661261
Acked-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 661261
Takashi Iwai 661261
---
Takashi Iwai 661261
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 1 +
Takashi Iwai 661261
 1 file changed, 1 insertion(+)
Takashi Iwai 661261
Takashi Iwai 661261
diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
Takashi Iwai 661261
index 8dc1b8eecb86..61b2797a34a8 100644
Takashi Iwai 661261
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
Takashi Iwai 661261
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
Takashi Iwai 661261
@@ -558,6 +558,7 @@ static const struct iwl_dev_info iwl_dev_info_table[] = {
Takashi Iwai 661261
 	IWL_DEV_INFO(0xA0F0, 0x1652, killer1650i_2ax_cfg_qu_b0_hr_b0, NULL),
Takashi Iwai 661261
 	IWL_DEV_INFO(0xA0F0, 0x2074, iwl_ax201_cfg_qu_hr, NULL),
Takashi Iwai 661261
 	IWL_DEV_INFO(0xA0F0, 0x4070, iwl_ax201_cfg_qu_hr, NULL),
Takashi Iwai 661261
+	IWL_DEV_INFO(0xA0F0, 0x6074, iwl_ax201_cfg_qu_hr, NULL),
Takashi Iwai 661261
 	IWL_DEV_INFO(0x02F0, 0x0070, iwl_ax201_cfg_quz_hr, NULL),
Takashi Iwai 661261
 	IWL_DEV_INFO(0x02F0, 0x0074, iwl_ax201_cfg_quz_hr, NULL),
Takashi Iwai 661261
 	IWL_DEV_INFO(0x02F0, 0x6074, iwl_ax201_cfg_quz_hr, NULL),
Takashi Iwai 661261
-- 
Takashi Iwai 661261
2.26.2
Takashi Iwai 661261