* [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
@ 2021-09-11 15:53 Justin Forbes
2021-09-13 9:23 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Justin Forbes @ 2021-09-11 15:53 UTC (permalink / raw)
To: Stable
commit 2f32c147a3816d789722c0bd242a9431332ec3ed upstream.
This patch adds a missing pci-id to support the wireless device in the
Galaxy Book Flex2 Alpha which is shipping and in the wild. It has been
tested to work on 5.13+. While it has been shipping in Fedora kernels,
Samsung and a couple of users requested it be added to stable.
Justin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha
@ 2021-09-10 15:37 Justin M. Forbes
2021-09-11 6:26 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Justin M. Forbes @ 2021-09-10 15:37 UTC (permalink / raw)
To: stable; +Cc: Justin M. Forbes, Jaehoon Chung, Kalle Valo
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>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210702223155.1981510-1-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 8dc1b8eecb86..61b2797a34a8 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] 4+ messages in thread
end of thread, other threads:[~2021-09-13 9:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-11 15:53 [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha Justin Forbes
2021-09-13 9:23 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2021-09-10 15:37 Justin M. Forbes
2021-09-11 6:26 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox