]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: SAUCE: RS9113: Use vendor driver to support WLAN/BT card on Caracalla HW...
authorShrirang Bagul <shrirang.bagul@canonical.com>
Thu, 19 Jan 2017 09:49:05 +0000 (17:49 +0800)
committerLuis Henriques <luis.henriques@canonical.com>
Fri, 20 Jan 2017 15:09:39 +0000 (15:09 +0000)
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>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Brad Figg <brad.figg@canonical.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
ubuntu/rsi/rsi_91x_sdio.c

index 496d3b5b175d8e487f68e125a5299c9a9138af20..15083e56a104a583ca9dba327d4a7ba72b1a92f2 100644 (file)
@@ -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 */},
 };