usb: misc: diag_ipc_bridge: Add support for 901D PID
Add support for creation of diag traffic channel in case the connected device has 0x05C6 VID and 0x901D PID. 0x901D : DIAG + ADB Change-Id: I6df0aca714f10ea7d854f621e19da1388a7e7d5c Signed-off-by: Gustavo Solaira <gustavos@codeaurora.org>
This commit is contained in:
parent
d6edcd0faf
commit
2bd6702877
1 changed files with 2 additions and 0 deletions
|
@ -730,6 +730,8 @@ static int diag_bridge_resume(struct usb_interface *ifc)
|
||||||
static const struct usb_device_id diag_bridge_ids[] = {
|
static const struct usb_device_id diag_bridge_ids[] = {
|
||||||
{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9001, 0),
|
{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9001, 0),
|
||||||
.driver_info = DEV_ID(0), },
|
.driver_info = DEV_ID(0), },
|
||||||
|
{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x901D, 0),
|
||||||
|
.driver_info = DEV_ID(0), },
|
||||||
{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9034, 0),
|
{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9034, 0),
|
||||||
.driver_info = DEV_ID(0), },
|
.driver_info = DEV_ID(0), },
|
||||||
{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9048, 0),
|
{ USB_DEVICE_INTERFACE_NUMBER(0x5c6, 0x9048, 0),
|
||||||
|
|
Loading…
Add table
Reference in a new issue