Re: [PATCHv2 1/1] HID: ft260: add usb hid to i2c host bridge driver

2021-03-16 Thread Jiri Kosina
On Thu, 4 Mar 2021, Michael Zaidman wrote: > > > The FTDI FT260 chip implements USB to I2C/UART bridges through two > > > USB HID class interfaces. The first - for I2C, and the second for UART. > > > Each interface is independent, and the kernel detects it as a separate > > > USB hidraw device. >

Re: [PATCHv2 1/1] HID: ft260: add usb hid to i2c host bridge driver

2021-03-04 Thread Michael Zaidman
On Thu, Mar 04, 2021 at 11:14:06AM +, Aaron Jones wrote: > From: Aaron Jones(FTDI-UK) > > On Fri, Feb 19, 2021 at 06:36:44PM +0200, Michael Zaidman wrote: > > The FTDI FT260 chip implements USB to I2C/UART bridges through two > > USB HID class interfaces. The first - for I2C, and the second

Re: [PATCHv2 1/1] HID: ft260: add usb hid to i2c host bridge driver

2021-03-04 Thread Aaron Jones
From: Aaron Jones(FTDI-UK) On Fri, Feb 19, 2021 at 06:36:44PM +0200, Michael Zaidman wrote: > The FTDI FT260 chip implements USB to I2C/UART bridges through two > USB HID class interfaces. The first - for I2C, and the second for UART. > Each interface is independent, and the kernel detects it as