From 57c3f36a18bd5dfcca4e0d71b14dc1c19e441e48 Mon Sep 17 00:00:00 2001 From: Yingying Tang Date: Mon, 1 Aug 2016 17:51:01 +0800 Subject: 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 --- CORE/SERVICES/HIF/USB/if_usb.c | 1 + 1 file changed, 1 insertion(+) 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 */ }; -- cgit v1.2.3