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