linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
@ 2021-07-02 22:31 Justin M. Forbes
  2021-07-09 17:32 ` Justin Forbes
  2021-09-02 16:39 ` Kalle Valo
  0 siblings, 2 replies; 9+ messages in thread
From: Justin M. Forbes @ 2021-07-02 22:31 UTC (permalink / raw)
  To: Luca Coelho, Kalle Valo, David S. Miller, Jakub Kicinski,
	Matti Gottlieb, ybaruch, Johannes Berg, Ihab Zhaika,
	Emmanuel Grumbach, linux-wireless, netdev, linux-kernel
  Cc: jforbes, jmforbes

The Samsung Galaxy Book Flex2 Alpha uses an ax201 with the ID a0f0/6074.
This works fine with the existing driver once it knows to claim it.
Simple patch to add the device.

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
---
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
index 16baee3d52ae..63f5598ebe3f 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -558,6 +558,7 @@ static const struct iwl_dev_info iwl_dev_info_table[] = {
 	IWL_DEV_INFO(0xA0F0, 0x1652, killer1650i_2ax_cfg_qu_b0_hr_b0, NULL),
 	IWL_DEV_INFO(0xA0F0, 0x2074, iwl_ax201_cfg_qu_hr, NULL),
 	IWL_DEV_INFO(0xA0F0, 0x4070, iwl_ax201_cfg_qu_hr, NULL),
+	IWL_DEV_INFO(0xA0F0, 0x6074, iwl_ax201_cfg_qu_hr, NULL),
 	IWL_DEV_INFO(0x02F0, 0x0070, iwl_ax201_cfg_quz_hr, NULL),
 	IWL_DEV_INFO(0x02F0, 0x0074, iwl_ax201_cfg_quz_hr, NULL),
 	IWL_DEV_INFO(0x02F0, 0x6074, iwl_ax201_cfg_quz_hr, NULL),
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-09-02 16:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 22:31 [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha Justin M. Forbes
2021-07-09 17:32 ` Justin Forbes
2021-08-08 23:09   ` Jaehoon Chung
2021-08-12 22:26     ` Jaehoon Chung
2021-08-21 13:34       ` Kalle Valo
2021-08-25 18:07         ` Justin Forbes
2021-08-31  6:36           ` Coelho, Luciano
2021-08-31  6:49             ` Kalle Valo
2021-09-02 16:39 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).