Re: [PATCH v2 2/2] PCI: Override Synopsys USB 3.x HAPS device class

2019-02-04 Thread Trent Piepho
On Mon, 2019-02-04 at 23:18 +, Thinh Nguyen wrote: > Trent Piepho wrote: > > On Mon, 2018-12-10 at 14:08 -0800, Thinh Nguyen wrote: > > > Synopsys USB 3.x host HAPS platform has a class code of > > > PCI_CLASS_SERIAL_USB_XHCI, and xhci driver can claim it. However,

Re: [PATCH v2 2/2] PCI: Override Synopsys USB 3.x HAPS device class

2019-02-04 Thread Trent Piepho
On Mon, 2018-12-10 at 14:08 -0800, Thinh Nguyen wrote: > Synopsys USB 3.x host HAPS platform has a class code of > PCI_CLASS_SERIAL_USB_XHCI, and xhci driver can claim it. However, these > devices should use dwc3-haps driver. Change these devices' class code to > PCI_CLASS_SERIAL_USB_DEVICE to prev

Re: [PATCH v2 1/3] usb: misc: add driver for FT232H based FPGA configuration devices

2018-11-19 Thread Trent Piepho
On Tue, 2018-11-20 at 01:28 +0100, Anatolij Gustschin wrote: > Add USB interface driver for ARRI FPGA configuration devices based on > FTDI FT232H chip. Depending on USB PID the driver registers different > platform devices describing an FPGA configuration interface. Is ARRI different than Arria?