[PATCH v2 4/4][Xenial SRU] UBUNTU: SAUCE: RS9113: Use vendor driver to support WLAN/BT card on Caracalla HW only
Shrirang Bagul
shrirang.bagul at canonical.com
Thu Jan 19 09:49:05 UTC 2017
BugLink: http://bugs.launchpad.net/bugs/1657682
This patch limits the RS9113 driver from vendor to be used for the WLAN/BT
card mounted on Dell Caracalla IoT gateways.
Signed-off-by: Shrirang Bagul <shrirang.bagul at canonical.com>
---
ubuntu/rsi/rsi_91x_sdio.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ubuntu/rsi/rsi_91x_sdio.c b/ubuntu/rsi/rsi_91x_sdio.c
index 496d3b5..15083e5 100644
--- a/ubuntu/rsi/rsi_91x_sdio.c
+++ b/ubuntu/rsi/rsi_91x_sdio.c
@@ -1221,9 +1221,11 @@ static const struct dev_pm_ops rsi_pm_ops = {
#endif
static const struct sdio_device_id rsi_dev_table[] = {
+#if 0
{ SDIO_DEVICE(0x303, 0x100) },
{ SDIO_DEVICE(0x041B, 0x0301) },
{ SDIO_DEVICE(0x041B, 0x0201) },
+#endif
{ SDIO_DEVICE(0x041B, 0x9330) },
{ /* Blank */},
};
--
2.9.3
More information about the kernel-team
mailing list