OSDN Git Service

rsi: add usb RS9113 chipset support
authorPrameela Rani Garnepudi <prameela.j04cs@gmail.com>
Fri, 16 Jun 2017 14:35:36 +0000 (20:05 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 21 Jun 2017 15:26:24 +0000 (18:26 +0300)
usb device id and vendor id for RS9113 chipset are included.
So it can be used through usb interface.

Signed-off-by: Prameela Rani Garnepudi <prameela.j04cs@gmail.com>
Signed-off-by: Amitkumar Karwar <amit.karwar@redpinesignals.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/rsi/rsi_91x_usb.c

index f5de693..bcd7f45 100644 (file)
@@ -666,6 +666,7 @@ static const struct usb_device_id rsi_dev_table[] = {
        { USB_DEVICE(0x041B, 0x0301) },
        { USB_DEVICE(0x041B, 0x0201) },
        { USB_DEVICE(0x041B, 0x9330) },
+       { USB_DEVICE(0x1618, 0x9113) },
        { /* Blank */},
 };