Re: [PATCH] usb: dwc3: haps: Workaround matching VID PID

2019-02-07 Thread Thinh Nguyen
Hi Felipe, Felipe Balbi wrote: > Hi, > > Thinh Nguyen writes: >> i.MX6QP and i.MX7D platform use a PCIe controller with the same VID and >> PID as this USB controller. The system may incorrectly match this driver >> to that PCIe controller. To workaround this, specifically use class type >> USB w

Re: [PATCH] usb: dwc3: haps: Workaround matching VID PID

2019-02-07 Thread Felipe Balbi
Hi, Thinh Nguyen writes: > i.MX6QP and i.MX7D platform use a PCIe controller with the same VID and > PID as this USB controller. The system may incorrectly match this driver > to that PCIe controller. To workaround this, specifically use class type > USB with PCI device ID to prevent incorrect d

[PATCH] usb: dwc3: haps: Workaround matching VID PID

2019-02-06 Thread Thinh Nguyen
i.MX6QP and i.MX7D platform use a PCIe controller with the same VID and PID as this USB controller. The system may incorrectly match this driver to that PCIe controller. To workaround this, specifically use class type USB with PCI device ID to prevent incorrect driver matching. Signed-off-by: Thin