Commit f7ea4676 authored by Shrirang Bagul's avatar Shrirang Bagul Committed by Luis Henriques

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

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: default avatarShrirang Bagul <shrirang.bagul@canonical.com>
Acked-by: default avatarTim Gardner <tim.gardner@canonical.com>
Acked-by: default avatarBrad Figg <brad.figg@canonical.com>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent b3a5d2d3
......@@ -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 */},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment