diff options
| author | Yingying Tang <yintang@qti.qualcomm.com> | 2016-08-01 17:51:01 +0800 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-08-03 14:02:11 +0530 |
| commit | 57c3f36a18bd5dfcca4e0d71b14dc1c19e441e48 (patch) | |
| tree | 0eea79843101e61985edf3e9af753627f2614f9f | |
| parent | 287cafe52c5e4b64b56bff523addb4ce98d56719 (diff) | |
qcacld-2.0: Add USB VID and PID for QCA9379
Currently there is no QCA9379 device id in USB
device id table. Add USB VID and PID for QCA9379.
Change-Id: I7ae39513ff5fc1f0b36f3c05dc0e783532a8d4a3
CRs-Fixed: 1048598
| -rw-r--r-- | CORE/SERVICES/HIF/USB/if_usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SERVICES/HIF/USB/if_usb.c b/CORE/SERVICES/HIF/USB/if_usb.c index 4b92609454ec..cf63e6104b70 100644 --- a/CORE/SERVICES/HIF/USB/if_usb.c +++ b/CORE/SERVICES/HIF/USB/if_usb.c @@ -420,6 +420,7 @@ static int hif_usb_reset_resume(struct usb_interface *intf) static struct usb_device_id hif_usb_id_table[] = { {USB_DEVICE_AND_INTERFACE_INFO(VENDOR_ATHR, 0x9378, 0xFF, 0xFF, 0xFF)}, + {USB_DEVICE_AND_INTERFACE_INFO(VENDOR_ATHR, 0x9379, 0xFF, 0xFF, 0xFF)}, {} /* Terminating entry */ }; |
