diff mbox

[4/4] UBUNTU: SAUCE: RS9113: Use vendor driver to support WLAN/BT card on Caracalla HW only

Message ID 20170119091148.21278-5-shrirang.bagul@canonical.com
State New
Headers show

Commit Message

Shrirang Bagul Jan. 19, 2017, 9:11 a.m. UTC
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@canonical.com>
---
 ubuntu/rsi/rsi_91x_sdio.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

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 */},
 };