Re: [PATCH 1/3] mfd: Add support for FTDI FT232H devices

From: BjÃrn Mork
Date: Fri Jul 07 2017 - 03:49:13 EST


[adding Johan on the CC list]

Anatolij Gustschin <agust@xxxxxxx> writes:

> +static struct usb_device_id ftdi_mfd_table[] = {
> + { USB_DEVICE(0x0403, 0x6014) },
> + {}
> +};
> +MODULE_DEVICE_TABLE(usb, ftdi_mfd_table);

This device ID is currently handled by the ftdi_sio driver, so I believe
you at least have to explain how you intend these two drivers to
cooperate...



BjÃrn