Commit 508f695b authored by Luis Henriques's avatar Luis Henriques

UBUNTU: SAUCE: RS9113: Comment out IDs from upstream driver

BugLink: http://bugs.launchpad.net/bugs/1657682Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent f7ea4676
...@@ -796,7 +796,7 @@ static const struct sdio_device_id rsi_dev_table[] = { ...@@ -796,7 +796,7 @@ static const struct sdio_device_id rsi_dev_table[] = {
{ SDIO_DEVICE(0x303, 0x100) }, { SDIO_DEVICE(0x303, 0x100) },
{ SDIO_DEVICE(0x041B, 0x0301) }, { SDIO_DEVICE(0x041B, 0x0301) },
{ SDIO_DEVICE(0x041B, 0x0201) }, { SDIO_DEVICE(0x041B, 0x0201) },
{ SDIO_DEVICE(0x041B, 0x9330) }, /* { SDIO_DEVICE(0x041B, 0x9330) }, LP:#1657682 replaced by ubuntu/rsi/ */
{ /* Blank */}, { /* Blank */},
}; };
......
...@@ -553,7 +553,7 @@ static const struct usb_device_id rsi_dev_table[] = { ...@@ -553,7 +553,7 @@ static const struct usb_device_id rsi_dev_table[] = {
{ USB_DEVICE(0x0303, 0x0100) }, { USB_DEVICE(0x0303, 0x0100) },
{ USB_DEVICE(0x041B, 0x0301) }, { USB_DEVICE(0x041B, 0x0301) },
{ USB_DEVICE(0x041B, 0x0201) }, { USB_DEVICE(0x041B, 0x0201) },
{ USB_DEVICE(0x041B, 0x9330) }, /* { USB_DEVICE(0x041B, 0x9330) }, LP:#1657682 replaced by ubuntu/rsi/ */
{ /* Blank */}, { /* 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