]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: SAUCE: RS9113: Comment out IDs from upstream driver
authorLuis Henriques <luis.henriques@canonical.com>
Fri, 20 Jan 2017 15:15:11 +0000 (15:15 +0000)
committerLuis Henriques <luis.henriques@canonical.com>
Fri, 20 Jan 2017 15:15:11 +0000 (15:15 +0000)
BugLink: http://bugs.launchpad.net/bugs/1657682
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
drivers/net/wireless/rsi/rsi_91x_sdio.c
drivers/net/wireless/rsi/rsi_91x_usb.c

index 8428858204a6763a6d4ccfbeb6c2c81a12e7a33f..e3b8d7e7bdb5817f03a205a4eaf6aab95bbde1ce 100644 (file)
@@ -796,7 +796,7 @@ static const struct sdio_device_id rsi_dev_table[] =  {
        { SDIO_DEVICE(0x303, 0x100) },
        { SDIO_DEVICE(0x041B, 0x0301) },
        { SDIO_DEVICE(0x041B, 0x0201) },
-       { SDIO_DEVICE(0x041B, 0x9330) },
+       /* { SDIO_DEVICE(0x041B, 0x9330) }, LP:#1657682 replaced by ubuntu/rsi/ */
        { /* Blank */},
 };
 
index ef5d394f185bfb46cc24c9170eecf4f6cee4dab8..dd2030558084f9541afb0d86a494787b0543496f 100644 (file)
@@ -553,7 +553,7 @@ static const struct usb_device_id rsi_dev_table[] = {
        { USB_DEVICE(0x0303, 0x0100) },
        { USB_DEVICE(0x041B, 0x0301) },
        { USB_DEVICE(0x041B, 0x0201) },
-       { USB_DEVICE(0x041B, 0x9330) },
+       /* { USB_DEVICE(0x041B, 0x9330) }, LP:#1657682 replaced by ubuntu/rsi/ */
        { /* Blank */},
 };